I have a single record recordset that is loaded form a table and set as the forms recordset. All fields that are bound to controls update properly. I have 2 fields whose value change when 2 unbound combobox values change.
1. The value shows as updated in the recordset
2. The call to Recordset.Update does not cause an error.
3. The call to Recordset.Close brings up a dialog ...
Write Conflict
This record has been changed by another since you started editing it, ...
When I click Save Record, all the changes except the 2 unbound values get changed.
Any suggestions on how I should proceed to fix this issue?
Thanks
1. The value shows as updated in the recordset
2. The call to Recordset.Update does not cause an error.
3. The call to Recordset.Close brings up a dialog ...
Write Conflict
This record has been changed by another since you started editing it, ...
When I click Save Record, all the changes except the 2 unbound values get changed.
Any suggestions on how I should proceed to fix this issue?
Thanks