Date formats

s.booth

Registered User.
Local time
Today, 07:24
Joined
Feb 5, 2002
Messages
23
Trying to pass a date to an empty field on a form when a completed check boc is ticked. I am using

Me.completedon = Now()

but I also get the time, how can I pass just the date???

Thanks
 
now is not the date

Use the date function instead

<variable> = Date

This gives the date only
 
Cheers, Thats done the trick.
 

Users who are viewing this thread

Back
Top Bottom