E
el zorro
I have a subform that the user accesses to input data. The user then selects
a record from the subform, clicks a control button, and a reference to the
selected record is recorded in a table on the main form. All of this actually
works, but when leaving the subform, the user the user is prompted with the
'Write Conflict" dialog box.
Access apparently thinks a second user has modified the record because, the
message starts with "This record has been changed by another user since you
started editing it." There are no other users right now, beacuse the databae
is in the design/testing phase while I work the bugs out in converting from
the .mdb versin to adp/SQL/.
AS it stands, I can instruct the users to simply click the "Save" button on
the Write Conflict dialog box. But that's not optimal. If I could have
"save" selected automatically, or skip the warning all together, that would
be better.
As a test, I have manually executed Save Record before leaving the subform,
but that didn't work. I have tried using a save on the On Deactivate event of
the subform, but no dice there either. (There was a previous post on this
subject, but the thead concluded without a solution.)
Any ideas? Thanks!
a record from the subform, clicks a control button, and a reference to the
selected record is recorded in a table on the main form. All of this actually
works, but when leaving the subform, the user the user is prompted with the
'Write Conflict" dialog box.
Access apparently thinks a second user has modified the record because, the
message starts with "This record has been changed by another user since you
started editing it." There are no other users right now, beacuse the databae
is in the design/testing phase while I work the bugs out in converting from
the .mdb versin to adp/SQL/.
AS it stands, I can instruct the users to simply click the "Save" button on
the Write Conflict dialog box. But that's not optimal. If I could have
"save" selected automatically, or skip the warning all together, that would
be better.
As a test, I have manually executed Save Record before leaving the subform,
but that didn't work. I have tried using a save on the On Deactivate event of
the subform, but no dice there either. (There was a previous post on this
subject, but the thead concluded without a solution.)
Any ideas? Thanks!