Invalid argument

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting the Invalid Argument message when I attempt to execute a query
with an exclusionary criteria. This is in a database that has been working
fine up till now! Does this sound like a data corruption issue?
 
I am getting the Invalid Argument message when I attempt to execute a query
with an exclusionary criteria. This is in a database that has been working
fine up till now! Does this sound like a data corruption issue?

I have no idea, and no way to get any idea, since you've posted
nothing that would help me get one.

Have you changed anything in the query?
Could you post the SQL view of the query?
Have you tried Tools... Database Utilities... Compact and Repair?


John W. Vinson[MVP]
 
Thanks for the response. This is a VERY simple select query. I'm not at my
office now so I can't copy it exactly. It's on the order of select CustID,
CustName from tblMaster where CustID < 10. It runs without the CustID<10
criteria, but produces the Invalid Argument error message with it. I have
written clean dummy queries and had the same results.
 
I have tried compact and repair.

John Vinson said:
I have no idea, and no way to get any idea, since you've posted
nothing that would help me get one.

Have you changed anything in the query?
Could you post the SQL view of the query?
Have you tried Tools... Database Utilities... Compact and Repair?


John W. Vinson[MVP]
 
Thanks for the response. This is a VERY simple select query. I'm not at my
office now so I can't copy it exactly. It's on the order of select CustID,
CustName from tblMaster where CustID < 10. It runs without the CustID<10
criteria, but produces the Invalid Argument error message with it. I have
written clean dummy queries and had the same results.

What's the datatype of CustID?

John W. Vinson[MVP]
 

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

Unexplained Error "Invalid Argument" 2
invalid argument 3
Invalid Argument (error 30001) 9
invalid argument 1
Invalid argument. (Error 3001) 0
Error message 1
update query ODBC--call failed 3
Invalid argument 1

Back
Top