J
Joe Champagne
I'm using a subform to capture updates to two date fields and a comments text
box. When the user saves their changes I use two queries to capture the
data. The first is an append query to write the data to a second table, the
second is an update query to update the form data comments field to null, as
once the action is complete I want to clear the comments. When I run the
save process that runs the queries I'm prompted with a write conflict error
that the record has been changed by another user..., with three
choices...Save, Copy to Clipboard, Drop Changes. There is no other user, so
my processing is somehow creating this. It is sporadic, with about every 4th
test getting this error. Any idea on how to work around this? Thanks.
Joe
box. When the user saves their changes I use two queries to capture the
data. The first is an append query to write the data to a second table, the
second is an update query to update the form data comments field to null, as
once the action is complete I want to clear the comments. When I run the
save process that runs the queries I'm prompted with a write conflict error
that the record has been changed by another user..., with three
choices...Save, Copy to Clipboard, Drop Changes. There is no other user, so
my processing is somehow creating this. It is sporadic, with about every 4th
test getting this error. Any idea on how to work around this? Thanks.
Joe