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]
 
Back
Top