Append query/ make-table query has suddenly quit working

M

melissas

I have had an append query that includes from & to date parameters that has
worked for 2 years. Now, today it halts & gives me an 'Invalid Argument'
message with this for the Help
- 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.

If I open the query to view, I can see all of the records there that I'm
wanting to append into the table, but when I run the query I get the error.
Same thing happens if I change it to a make-table query - if I view I can see
it all but when I run I get the error.

I have rebooted and have tried to run it on different pcs but get same
results.

What could have gone wrong? Would it help if I got Little Richard to plead
my case? :)
 
A

AC

melissas said:
I have had an append query that includes from & to date parameters that
has
worked for 2 years. Now, today it halts & gives me an 'Invalid Argument'
message with this for the Help
- Invalid argument. (Error 3001)
You tried to perform an operation that involves a routine in a DLL, and
one
What could have gone wrong? Would it help if I got Little Richard to plead
my case? :)

Check the size of the database. It appears that your DB is 2GB.

Regards
 

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