Invalid Procedure Call

B

Ben

Hi all,

I am running into to problem with Access 97.
I have two queries.
In query2, it calls query1 which I joined to another table.
within query2, I used some VBA functions, mid() and right().
when I run query2, Access97 gives me this error message of "Invalid
Procedure Call".

I check query1 and it ran fine. I am not sure what the problem it is.
These two queries are
production queries. Please help. Thanks for sharing your thoughts.

Ben
 
J

John Vinson

I am running into to problem with Access 97.
I have two queries.
In query2, it calls query1 which I joined to another table.
within query2, I used some VBA functions, mid() and right().
when I run query2, Access97 gives me this error message of "Invalid
Procedure Call".
This appears to be the very common References bug. Open any
module in design view, or open the VBA editor by typing
Ctrl-G. Select Tools... References from the menu. One of the
..DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open
Access; then uncheck it again. This will force Access to
relink the libraries.

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

Top