deejay_totoro
Registered User.
- Local time
- Today, 21:38
- Joined
- May 29, 2003
- Messages
- 169
Hello all,
I would like to place a button on my form that,that when clicked shows todays date in a field.
The button code looks like:
Me.myField = Now()
Also I have a control that displays anything in myField.
When I click on the "today button" the myField doesnt display anything, however the control mirroring myField does indeed show the date.
How may I show todays date in both the myField and control?
Many thanks!
dj_T
I would like to place a button on my form that,that when clicked shows todays date in a field.
The button code looks like:
Me.myField = Now()
Also I have a control that displays anything in myField.
When I click on the "today button" the myField doesnt display anything, however the control mirroring myField does indeed show the date.
How may I show todays date in both the myField and control?
Many thanks!
dj_T