H
Hindsey
I have a public module that I wrote that updates one field in all the records
in a table. This module can be run from a couple of different forms that may
be opened depending on what the user is doing.
When I have a particular form open that is tied to the same table that is
being updated, I call that module after a combo box is updated. The
AfterUpdate runs the module, updates all the records in the table. When I go
to chang record on the form, or to close the form, I get the error saying
that the record has been changed by another user since you started editing
it. I can Save, Copy to Clipboard, or Drop Changes.
Does anyone have any recommendations on the best way to get around this
problem?
in a table. This module can be run from a couple of different forms that may
be opened depending on what the user is doing.
When I have a particular form open that is tied to the same table that is
being updated, I call that module after a combo box is updated. The
AfterUpdate runs the module, updates all the records in the table. When I go
to chang record on the form, or to close the form, I get the error saying
that the record has been changed by another user since you started editing
it. I can Save, Copy to Clipboard, or Drop Changes.
Does anyone have any recommendations on the best way to get around this
problem?