import table

C

Chi

Hi,

I got a message " Record is deleted" when I was trying to import a table
from different database to my database. I have imported tables many times in
the past, but I have a problem at this time. Please help.

Thank you
Chi
 
J

Jerry Whittle

It's possible that the table in the other database is corrupted. Maybe do a
compact and repair on it.

Or you could link to that table then use queries to find the problem record.
After that you could run an append query and exclude the "deleted" record.
 
Top