How to set the Date/Time format automatically?

accesser2003

Registered User.
Local time
Today, 23:03
Joined
Jun 2, 2007
Messages
124
I would like to automatically set the format of the data entered by the user or the data read from the recordset to the date/time format dd-mmm-yyyy hh:mm:ss.

Can I acheive this automatically by a VB code statement without using the format statement every time I read the data.
 
Maybe this link will help you understand the DateTime field a little better. How it looks is simply a formatting function when you display it.
 

Users who are viewing this thread

Back
Top Bottom