I have a database which I am unable to compact and repair as this action causes cascading issues with the user forms and functionality. So everytime the user has run into a record issue, we have just restored the database from a previous backup. Ideally, the database needs to be repaired. There is a record in a single table that reads "Deleted" for all columns. I have tried a manual delete of this record, which the delete message does display on and the delete is confirmed, however, subsequent access to this table shows that same "Deleted" record. Only a compact and repair will get rid of this but as previously stated, causes other issues. So, that being said, I would like to try to copy the data out from the table into a clean table but the original table's index is an autonumber so I don't know how to copy the data to another autonumber indexed table while still keeping the original autonumber value as this field is referenced as an alternate key in other tables.
Any ideas for getting rid of this "deleted" record or copying the data out into another table?
Thanks,
J9
Any ideas for getting rid of this "deleted" record or copying the data out into another table?
Thanks,
J9