S s.booth Registered User. Local time Today, 14:54 Joined Feb 5, 2002 Messages 23 Jun 5, 2003 #1 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
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
fuzzygeek Energy Ebbing Local time Today, 14:54 Joined Mar 28, 2003 Messages 989 Jun 5, 2003 #2 now is not the date Use the date function instead <variable> = Date This gives the date only
S s.booth Registered User. Local time Today, 14:54 Joined Feb 5, 2002 Messages 23 Jun 5, 2003 #3 Cheers, Thats done the trick.