N
Nicole
I would like to update the date field on a record whenever that record is
modified. I've tried the following code which I got from MS Help without
success. I've installed this code in the Before Update property of the
date/time field.
On Error GoTo BeforeUpdateErr
'Set bound control to system date.
DateModified = Date
BeforeUpdate_End:
Exit Sub
BeforeUpdate_Err
MsgBox Err.Description, vbCritical & vbOKOnly,_
"Error Number" & Err.Number & "Occurred"
Resome BeforeUpdate_End
modified. I've tried the following code which I got from MS Help without
success. I've installed this code in the Before Update property of the
date/time field.
On Error GoTo BeforeUpdateErr
'Set bound control to system date.
DateModified = Date
BeforeUpdate_End:
Exit Sub
BeforeUpdate_Err
MsgBox Err.Description, vbCritical & vbOKOnly,_
"Error Number" & Err.Number & "Occurred"
Resome BeforeUpdate_End