Help, this is driving me crazy!!!
I have a form that creates an Order Header and one or more order detail lines
The main form has an entry into a local table (Header record)
The main form also has a sub form, that is attached to second local table.
Detail lines are entered into the second local table.
When the user presses my save button, a query reads the local tables and adds these records to the shared backend and then deletes the local records and is ready for the next order. All works and is good 99 percent of the time.
Problem....
Every once in a while, when a detail line is being entered, I can enter all the items, but when I move to the next detail line I get this message:
The Microsoft Jet Database engine stopped the process because you and another user are attempting to change the data at the same time.
Trouble is, This is a local table and I am the only one entering the data.
This is an intermitent problem. The error can show up on the first order or it might be the 10th order or it might not show up for a couple of days.
I have tried everything. I have error messages every where, but this Access Error message is from Access itself not my code, I have a tough time even 'breaking' to get into the code, and if you leave the error message up, it starts repeating the same message. Seems that when it does happen, it is the first entry of the detail table.
Notes: Access 2002 XP with service pack SP3 applied.
Any suggestions?
Thanks,
Hap...
Access Developer Access based Accounting Solutions - with free source code
Access Consultants forum
I have a form that creates an Order Header and one or more order detail lines
The main form has an entry into a local table (Header record)
The main form also has a sub form, that is attached to second local table.
Detail lines are entered into the second local table.
When the user presses my save button, a query reads the local tables and adds these records to the shared backend and then deletes the local records and is ready for the next order. All works and is good 99 percent of the time.
Problem....
Every once in a while, when a detail line is being entered, I can enter all the items, but when I move to the next detail line I get this message:
The Microsoft Jet Database engine stopped the process because you and another user are attempting to change the data at the same time.
Trouble is, This is a local table and I am the only one entering the data.
This is an intermitent problem. The error can show up on the first order or it might be the 10th order or it might not show up for a couple of days.
I have tried everything. I have error messages every where, but this Access Error message is from Access itself not my code, I have a tough time even 'breaking' to get into the code, and if you leave the error message up, it starts repeating the same message. Seems that when it does happen, it is the first entry of the detail table.
Notes: Access 2002 XP with service pack SP3 applied.
Any suggestions?
Thanks,
Hap...
Access Developer Access based Accounting Solutions - with free source code
Access Consultants forum