All,
I have a Parent form where the Record Source is a query based on three tables (tblcustomers, tblEquipment, and tblWorkOrders).
The Parent form has a subform based on a 4th table (tblServiceVisi ts). When the code from my subform attempts to update controls on the parent form (i.e. refresh the date to the current date and change the status of the work order) I get a write conflict error.
To clarify, I'm getting the error as soon as the parent form gets the focus back. I believe it is because the the information has not been written to the record when the parent form regains focus.
Is there anything along the lines of:
Me.Parent.SaveR ecord
Many thanks in advance for any insight.
Gunner
I have a Parent form where the Record Source is a query based on three tables (tblcustomers, tblEquipment, and tblWorkOrders).
The Parent form has a subform based on a 4th table (tblServiceVisi ts). When the code from my subform attempts to update controls on the parent form (i.e. refresh the date to the current date and change the status of the work order) I get a write conflict error.
To clarify, I'm getting the error as soon as the parent form gets the focus back. I believe it is because the the information has not been written to the record when the parent form regains focus.
Is there anything along the lines of:
Me.Parent.SaveR ecord
Many thanks in advance for any insight.
Gunner
Comment