R
Robert Robichaud
When the Quantity field in the subform is changed, the Quantity_AfterUpdate
has the following line:
Me.Parent!QuantityChanged = True
When I click on the form's tab to change the focus to the Parent, the Write
Conflict message appears.
QuantityChanged is set up in SQL Server as:
Data Type: bit
Length: 1
Allow Nulls: NOT CHECKED
Default Value: 0
Any ideas on what's happening or where I should be looking? Any comments
are appreciated.
has the following line:
Me.Parent!QuantityChanged = True
When I click on the form's tab to change the focus to the Parent, the Write
Conflict message appears.
QuantityChanged is set up in SQL Server as:
Data Type: bit
Length: 1
Allow Nulls: NOT CHECKED
Default Value: 0
Any ideas on what's happening or where I should be looking? Any comments
are appreciated.