I am having a problem with an application I am writing.
Whenever I click on a button to add a record to another table, I'm fine. But when I try to go back into that same form, I get a message saying that the table is already opened exclusively by another user or is open through the user interface and cannot be manipulated programmatically.
Is there any way to shut that table down so that I can use the form again.
Whenever I click on a button to add a record to another table, I'm fine. But when I try to go back into that same form, I get a message saying that the table is already opened exclusively by another user or is open through the user interface and cannot be manipulated programmatically.
Is there any way to shut that table down so that I can use the form again.