[AccessD] Check dateformat in wich event?

S D accessd667 at yahoo.com
Wed Mar 31 06:57:00 CST 2004


hi group,
 
I need to check a dozen date-fields and check if the date entered is DD-MMM-YYYY.
I've created a constant:
Public Const DATE_FORMAT As String = "dd-mmm-yyyy"
 
I want to check the date format like this:
Me.txtDate.Text = Format(Me.txtDate, DATE_FORMAT) 

Wich event is most suited for this?
 
TIA
 
Sander


---------------------------------
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.


More information about the AccessD mailing list