Invalid Argument

G

Guest

I have a BE database with several FE ones used by various staff. Things were
fine this morning and then I keep getting "invalid arguements" for just about
anything - running a report, sorting a table etc. I know the table that is
causing the problems.

What can I do? It won't import into a new database. thanks.

Invalid argument. (Error 3001)
You tried to perform an operation that involves a routine in a DLL, and one
of the arguments to the routine is invalid. Check your entry to make sure you
have specified the correct arguments, and then try the operation again.

This error also occurs when you attempt to use mutually exclusive constants
in an argument to a method, such as specifying both dbConsistent and
dbInconsistent in the options argument to the OpenRecordset method.
 
G

Guest

This sound like a missing Object Library reference. In the VB Editor, click
Tools->References and look for any reference that is identified as missing.
Is this happening on one machine or all machines?
Have you made any recent changes to either the FEs or BE?
Have any of the machines recently had any Microsoft Office applications
recently updated?
In short, any changes at all?
 

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