In Access 2010, when trying to assign a textbox a value using VBA code I'm presented with this error:
What I'm trying to do is record the date and time whenever a record is modified. I'm using the "Before Update" event to run the following code:
Private Sub Form_BeforeUpdate(Cancel As Integer)...