syntax error on from clause "WIERD thing"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samneil
    New Member
    • Oct 2008
    • 2

    syntax error on from clause "WIERD thing"

    I have 1 Database( MS Access) with 9 tables and 6 queries, Now I'm trying to view my 2 different tables on my VB6.0 using 2 Datagrids and 2"adodc"....
    here are the names of my two tables: "Employee" and "Work" so I've tried opening them, I had no problems with the Employee table, but with my Work table, it says "syntax error on FROM Clause" isn't it WIERD? and I'v asked my classmate to try it on his Computer at home, he had no problems opening the two tables... so, what could be wrong with mine? we only did the same thing and the same way on how to do it... Please help...I really need your Help as so0n as Possible... thank you...
    -sam
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to chek your select query for debugging the application.

    Comment

    Working...