|
The coding window will open with two lines of code similar to below:
******
Private Sub Command213_Click()
End Sub
*****
In between these two lines of code type the following.
Me!NameOfDateField = Date
Change 'NameOfDateField' to the name of the field where you wish to display
today's date.
Today’s date will now be displayed in the appropriate field.
I hope this tip, Auto Date Entry, is of some benefit to you.
Do you like this tip? Subscribe to my Newsletter to receive tips
via email.
Click Here to subscribe.
|