I get Invalid Argument message, record reads #Error, what to do?

G

Guest

One of the records in an Access database shows #Error in all the fields.
I get the "Invalid Argument" window message and I can't even delete the
record. Any suggestions on how to fix this problem.
Very much appreciated and Thanks in advance
 
J

John Vinson

One of the records in an Access database shows #Error in all the fields.
I get the "Invalid Argument" window message and I can't even delete the
record. Any suggestions on how to fix this problem.
Very much appreciated and Thanks in advance

Your database is corrupt. You'll almost certainly need to create a new
..mdb file; import all the OTHER objectx. Import this table *design
mode only* - don't import the data, or you'll just corrupt the new
database!

Link to this database and then run an Append query to append all
records *except* this one. It's best to use range criteria on the
table's primary key to select records before and after (but not
including) this corrupt record.

See http://www.granite.ab.ca/access/corruptmdbs.htm for more
information about corruption in Access databases.

John W. Vinson[MVP]
 
G

Guest

Thanks Karl for your response.
I tried that already and then I get a different message due to a network
situation, so that option didn't help as it has in the past.
Thanks though.
Ben
 
G

Guest

Thanks John. I am going to try what you explained in your message.
I did get some similar suggestions but what they suggested was to export the
data, your message was more explicit and clear. Thanks.
Ben
 

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

Similar Threads


Top