Hi all, This might be a silly question but is there anotherway to delete the data in a table after I exit a form. I have already tried to run this code (Docmd.DeleteObject acTable, "My Table Name") in the close event. Unfortunately it comes up with runtime error 3211 (the database engine could not lock table because it is already in use by another progress or person). My Database has only one form and on table.
Your help would be much appreciated. Thank you
Your help would be much appreciated. Thank you