G
Guest
I am coding in Access 2003 VBA using DAO. The form that I am having problems
with is bound to a table(Orders) and has a subform bound to a child
table(LineItems). This form is used to enter orders and the subform is for
entering line items. Depending on the information entered into the subform
there is VBA code that edits information in the LlineItems table and can
create or delete LineItems records and then returns control to the form.
When the cursor is moved to a new LineItems record I get the following
message in a dialog box:
The data has changed.
Another user editied this record and saved the changes before you attempted
to save your changes...
How can I avoid getting this message?
Thanks,
Art
with is bound to a table(Orders) and has a subform bound to a child
table(LineItems). This form is used to enter orders and the subform is for
entering line items. Depending on the information entered into the subform
there is VBA code that edits information in the LlineItems table and can
create or delete LineItems records and then returns control to the form.
When the cursor is moved to a new LineItems record I get the following
message in a dialog box:
The data has changed.
Another user editied this record and saved the changes before you attempted
to save your changes...
How can I avoid getting this message?
Thanks,
Art