Hi there... hope everyone had a great holiday!
I have a form that is used for data entry. There are 3 combo's which are Company, SubCompany, Department. They are all in relation to each other. (Pick one, the other combo requeries...)
However, there might be a time when the user wants to add a NEW company, subcomp, dept to the form and it is not listed in the combo boxes. So, I developed another form which allows the user to enter that new information. That command link is on the SAME form as the data entry.
When they click that "add new" button, the form pops up, and they can enter the information, but when they click Save, I get the "halt" error message and another message saying:
"The database engine could not lock table 'tblXREFcompany' because it is already in use by another person or process."
What does this mean and how can I avoid this or fix this? Thanks.
I have a form that is used for data entry. There are 3 combo's which are Company, SubCompany, Department. They are all in relation to each other. (Pick one, the other combo requeries...)
However, there might be a time when the user wants to add a NEW company, subcomp, dept to the form and it is not listed in the combo boxes. So, I developed another form which allows the user to enter that new information. That command link is on the SAME form as the data entry.
When they click that "add new" button, the form pops up, and they can enter the information, but when they click Save, I get the "halt" error message and another message saying:
"The database engine could not lock table 'tblXREFcompany' because it is already in use by another person or process."
What does this mean and how can I avoid this or fix this? Thanks.