W
Wayne
MS Access 2000
I don't use bound forms often.
I want to change the data in one of the tables that acts
as the Record Source of a bound form. I want to make this
change behind the scenes in code. When the form is open,
the record I want to change is the current record.
I create a recordset and change the data in the code
behind the form based on a form event.
When I try to move away from this record, MS Access throws
a Write Conflict dialog box.
How can I update the record in the table or at least
defeat the dialog box?
Thanks.
I don't use bound forms often.
I want to change the data in one of the tables that acts
as the Record Source of a bound form. I want to make this
change behind the scenes in code. When the form is open,
the record I want to change is the current record.
I create a recordset and change the data in the code
behind the form based on a form event.
When I try to move away from this record, MS Access throws
a Write Conflict dialog box.
How can I update the record in the table or at least
defeat the dialog box?
Thanks.