getting only the date with the Now function

genevx

Registered User.
Local time
Yesterday, 16:10
Joined
Jul 3, 2002
Messages
36
Hi,

How do you get only the date with use of the NOW function and not with the time also? thanks
 
You can use the Now function just make sure that your field is set to short date format.
But the Date() format is preferred
 
Format only affects how data is displayed. It does not change how it is stored. Date() is the function to use when you don't want to store the time. Of course you could always use Format(Now(),"Short Date") - but what's the point.
 
heh...thanks guys...greatly appreciate it!
 

Users who are viewing this thread

Back
Top Bottom