Recreate a corrupt table

S

Sammy

I have been getting errors in my database lately, and
finding wierd things like duplicate records being created
automatically, and records deleting themselves. I would
like to create a fresh table. What's the best way to
create a new fresh table from my old one, preserving all
the data and field properties? Will a simple copy be
clean or should I export the data and import it into the
new table? Could something else besides my table be
causing these types of errors in my database?
Thanks.
 
K

Ken Snell

Iimport the table (for that matter, all the objects) into a new database.
That is a common way to fix corruptions. If you think it's just the table
and not the rest of the database, you then could import the new table from
the new database back into the old one.

See Tony Toews' site for info on corruptions:
http://www.granite.ab.ca/access/corruptmdbs.htm
 

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