VB comes with an Biblio.mdb database with a table
called "Title Author". When I tried the statement
"SELECT * FROM Title Author", I get an error statement.
Could someone tell me why???
Thanks,
Printable View
VB comes with an Biblio.mdb database with a table
called "Title Author". When I tried the statement
"SELECT * FROM Title Author", I get an error statement.
Could someone tell me why???
Thanks,
You need to put it in [Title Author].
Thanks Nitro! You are the best!!!