Inputting Date format

mauni

Registered User.
Local time
Today, 03:05
Joined
Feb 10, 2009
Messages
23
Hello

I have a textbox, to which user has to input installation date.

Access form only accepts the date to be input in format YYYY-MM-DD.
But when i run a search, the result shows the date in format DD.MM.YYYY

I want the user to be able to input the date in format: DD.MM.YYYY
I activated the "Date picker" and set "General date". But when i try to save it, it says type mismatch.


Help
 
Try the Windows Regional settings
 
I was able to succed with code:

<MyString> = Format(<textbox>, "yyyy-mm-dd")
 

Users who are viewing this thread

Back
Top Bottom