how i can avoid massage:Invalid Arguments? in access Database

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

Guest

there is a massage always come to me when i run make a taple Query the
massage is "Invaled Argument"
Thanks
 
On Sun, 17 Jul 2005 04:57:03 -0700, "Invalid Argument" <Invalid
there is a massage always come to me when i run make a taple Query the
massage is "Invaled Argument"
Thanks

If you could perhaps post the SQL view of your query, someone might be
able to answer.

You're getting the message "Invalid Argument" because somewhere in
your query - perhaps in some function call - you are using an invalid
argument. I cannot see your screen, so I can't even guess what
functions your calling or what arguments you're trying to provide
them.

John W. Vinson[MVP]
 
Back
Top