Invalid argument. (Error 3001) While Pasting into an OLE Field

  • Thread starter Michael Obymako
  • Start date
M

Michael Obymako

The following just started popping up when trying to paste a zip file into
an OLE field. All previous pastes show as a package.

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.
 
T

Tony Toews [MVP]

Michael Obymako said:
The following just started popping up when trying to paste a zip file into
an OLE field. All previous pastes show as a package.

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.

I wonder if you have a corrupt table or memo field in that table? If
you go to the tables datasheet view can you scroll through all the
records? Ensure that you have all the fields on the screen including
making them real narrow if required.

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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