Run-Time Error 3022

D

Dirk

Hallo,

If you have an application that worked well before and
now you get a message with that error, it means that
something is wrong with the database.

You should COMPRIME and REPAIR the database.

When you have done so and you have not received an
errormessage, the problem can be solved.

When you get an errormessage, you have to check if there
are no double records. That can be done by running a
query that seeks for that records.

You can also make a new database and import all the
tables of the database with which you have problems.
When that gives an error, it stops at the table with the
error. That is a big help when you know in which table
you have an error.

Don't hesitate to send me a mail if you have further
questions.

Dirk
 
Top