I'm trying to update a date field as soon as Check Box 'Rev._Date' change its status, checked or unchecked. But every time a write conflict box is appearing, attaching screenshot. Rev._Date is updated only if i press 'Drop Changes' button.
Both check box and Rev._Date fields are in same table, so I'm understanding bit that VBA is trying to change a field in a table while it is already in edit mode by me. But i don't know how the fix it.
I've tried different tricks and different variants of update code, even tried saving the record before updating Rev._Date column, without any success.
I'm attaching VBA code as well that I tried to use. How do i fix this issue please??
Thanks
Both check box and Rev._Date fields are in same table, so I'm understanding bit that VBA is trying to change a field in a table while it is already in edit mode by me. But i don't know how the fix it.
I've tried different tricks and different variants of update code, even tried saving the record before updating Rev._Date column, without any success.
I'm attaching VBA code as well that I tried to use. How do i fix this issue please??
Thanks