Date format in table

Drunkenneo

Registered User.
Local time
Tomorrow, 00:57
Joined
Jun 4, 2013
Messages
192
I have a table having column as date, format as mm/dd/yyyy and i update the column as now() using VBA.

However some places the date is in mm/dd/yyyy and in some mm/dd/yyyy nn:mm:ss are appearing which is making the filtering of the data ambuige.

Please Help.


Happy New Year!!!!
 
You need the Date() function instead of Now().
 
Just to expand on Galaxiom

Date () gives you just the date

Now () gives you the date and time
 

Users who are viewing this thread

Back
Top Bottom