Criteria in Query cannot find table name

M

Mike

When I click on the run button, it says it cannot find my table. The table is
named QTD Data and I have it written just as below.

SELECT Store, Date, Line
FROM QTD Data
WHERE Store NOT IN
(SELECT DISTINCT Store
FROM QTD Data
WHERE Line = "RTS")


Thank you.




Create a new query. When the Show Table dialog box appears, just close it.
Next go to View, SQL View and paste the SQL statement in there. Save the
query with an appropriate name then run it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top