Hello
Does anybody know how to set any field in a database to todays date if they press double click on a form ?
I have set an event that on double click does the following
Private Sub Text7785_DblClick(Cancel As Integer)
Me![Job Received] = Date
End Sub
Is there a macro or vb module I can set up that can be called to prevent this needing to be entered for all fields on all forms in the database?
Does anybody know how to set any field in a database to todays date if they press double click on a form ?
I have set an event that on double click does the following
Private Sub Text7785_DblClick(Cancel As Integer)
Me![Job Received] = Date
End Sub
Is there a macro or vb module I can set up that can be called to prevent this needing to be entered for all fields on all forms in the database?