Invalid Arguments in Append Query

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

Guest

I have a query that appends data everyday.
It used to work fine. And sometimes, Error "Invalid Arguments" appears.
I know what is DLL and what is argument. I just use a same date value
incremented everyday, in criteria section of append query.
Thank you.
 
I have a query that appends data everyday.
It used to work fine. And sometimes, Error "Invalid Arguments" appears.
I know what is DLL and what is argument. I just use a same date value
incremented everyday, in criteria section of append query.
Thank you.

<puzzlement> DLL has nothing to do with this error. What do *you* mean
by "argument"?

It sounds like you're passing some value to a function which isn't
being recognized as valid for that function. Could you please post the
SQL view of the query, and the code of any functions which the query
calls (if any)?

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

Back
Top