Hi, I am working with Access 2003.
I have a MainForm with few subforms. I want to update the "LastUpdated" field in the source table of MainForm, but I get "Write Conflict" message. There are no other users on my PC.
Here is the code in MainForm:
Private Sub Form_BeforeUpdate(Cancel As...