In short I have code that takes a main table and then copies the data to a backup table. I make changes to the main table. Then I delete the main table and copy the data from the backup table back into the main table. My problem is that after I've copied the data from the backup table back into the main table, I can't use or reference the main table because it says the the records have been deleted.
I've tried to requery the main table but Access 2000 says that the operation cannot be performed for that object. I'm not sure if the table needs refreshed somehow but what can I do to get access to the records from the main table again? Thanks for any help.
I've tried to requery the main table but Access 2000 says that the operation cannot be performed for that object. I'm not sure if the table needs refreshed somehow but what can I do to get access to the records from the main table again? Thanks for any help.