Msg#1 INVALID BOOKMARK
I have a simple Sales Order form with a subform for items, qty & price.
Recently we're getting an Invalid Bookmark error (Bookmark command is not used in code). Occasionally a "Jet DB Engine Stopped .. record in use by another user" error (even though no one else is on system).
The pgm was written in A97 but recently moved to A2000 on WinXP. It works fine 90% of the time. I have Jet sp7 installed.
I am looking for suggestions on how to rroubleshoot/trap this error to see where it is coming from. Looks like it's occuring on the subform AfterUpdate.
Any ideas of how to troubleshoot/resolve is greatly appreciated.
Thanks in advance.
Msg#2
Two more points of info regarding this subform.
When I get the Jet DB Engine Stopped.. record in use..., the subform BeforeUpdate procedure completed but the AfterUpdate did not begin.
There is also an AfterUpdate that runs from an Inventory Item ComboBox:
I have a simple Sales Order form with a subform for items, qty & price.
Recently we're getting an Invalid Bookmark error (Bookmark command is not used in code). Occasionally a "Jet DB Engine Stopped .. record in use by another user" error (even though no one else is on system).
The pgm was written in A97 but recently moved to A2000 on WinXP. It works fine 90% of the time. I have Jet sp7 installed.
I am looking for suggestions on how to rroubleshoot/trap this error to see where it is coming from. Looks like it's occuring on the subform AfterUpdate.
Any ideas of how to troubleshoot/resolve is greatly appreciated.
Thanks in advance.
Msg#2
Two more points of info regarding this subform.
When I get the Jet DB Engine Stopped.. record in use..., the subform BeforeUpdate procedure completed but the AfterUpdate did not begin.
There is also an AfterUpdate that runs from an Inventory Item ComboBox: