Hi,
This is probably a fairly basic query...
I am familiar with SQL in general but new to Microsoft Access.
I want to do multiple commands within one query but cannot.
Simple example:
Select * from file1 where name1="bob";
Select * from file1 where name1="tim";
I get an error saying "CHaracters After end of SQL Statement"
Please help !
This is probably a fairly basic query...
I am familiar with SQL in general but new to Microsoft Access.
I want to do multiple commands within one query but cannot.
Simple example:
Select * from file1 where name1="bob";
Select * from file1 where name1="tim";
I get an error saying "CHaracters After end of SQL Statement"
Please help !