now function in a form

M

Marsh

On a form in Access 2003, I created an unbound control and inserted the
formula =now()
The date and time is displayed. We do not want the time, just the date so I
selected the ShortDate format in the Properties.

Works fine, unless someone clicks the control, in which case the time
reappears. The form must closed and reopened to remove the time.
Can anyone explain this and suggest a work around.

Thanks
Marsh
 
D

Dirk Goldgar

Marsh said:
On a form in Access 2003, I created an unbound control and inserted the
formula =now()
The date and time is displayed. We do not want the time, just the date so
I
selected the ShortDate format in the Properties.

Works fine, unless someone clicks the control, in which case the time
reappears. The form must closed and reopened to remove the time.
Can anyone explain this and suggest a work around.


Use =Date() instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top