This may be a real easy one to fix but I'm stumped, I have a DB that tracks and records escalations I am dealing with. Within the main review form there is a subform that is used to enter a new update, this is stored in a seperate, linked, table "tblEscJournal".
If I try to delete the main record (using the standard delete record function button) then it come up with the following error message.
" The table "tblEscjournal" is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically".
I assume this is because the sub form is open in my main form ?
Any help would be greatly appreciated
If I try to delete the main record (using the standard delete record function button) then it come up with the following error message.
" The table "tblEscjournal" is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically".
I assume this is because the sub form is open in my main form ?
Any help would be greatly appreciated