invalid argument error

J

John Holmes

I get an invalid argument error when trying to save this query. The query
works, but it won't let me save it. I'm running access 2002, sp-2. Please
help...john

SELECT dbo_AnnexedBusinesses.*
FROM dbo_AnnexedBusinesses LEFT JOIN dbo_AllBusinesses ON
dbo_AnnexedBusinesses.RegistrationNumber =
dbo_AllBusinesses.RegistrationNumber;
 
V

Van T. Dinh

JET Back-End?

If it is not JET (or even with JET), try getting rid of the semi-colon at
the end.

I assumed you have checked spelling for Table / Field names.
 

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

Similar Threads


Top