D
Dennis
In Acces 2003, I've designed a popup form that allows the user to specify
certain filter criteria. I do an ADO lookup based on those criteria, and if
records are found, I set the main form's "Me.Recordset" = the recordset I
found via lookup and close the popup. There is a subform in another tab,
Linked by a key value in the main bound form's associated table.
When the user attempts to change a field and clicks to post the change, the
following message is displayed:
-------------
Write Conflict
This record has been changed by another user since you started editing it.
If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will allow you to.. (etc, etc, etc)
----------------
The options provided are:
Save Record, Copy To Clipboard, Drop Changes
However, NO OTHER USER has the record open at that time. Further, if the
user clicks "Save Record," they're not allowed to. The same dialog box just
keeps opening over and over again. Can anyone shed some light into what I did
wrong from a coding standpoint? (I'm not using QBF, since I really don't know
how to use that functionality properly.)
Any insight would be appreciated.
certain filter criteria. I do an ADO lookup based on those criteria, and if
records are found, I set the main form's "Me.Recordset" = the recordset I
found via lookup and close the popup. There is a subform in another tab,
Linked by a key value in the main bound form's associated table.
When the user attempts to change a field and clicks to post the change, the
following message is displayed:
-------------
Write Conflict
This record has been changed by another user since you started editing it.
If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will allow you to.. (etc, etc, etc)
----------------
The options provided are:
Save Record, Copy To Clipboard, Drop Changes
However, NO OTHER USER has the record open at that time. Further, if the
user clicks "Save Record," they're not allowed to. The same dialog box just
keeps opening over and over again. Can anyone shed some light into what I did
wrong from a coding standpoint? (I'm not using QBF, since I really don't know
how to use that functionality properly.)
Any insight would be appreciated.