|
Question : MS Access Data and time input mask
|
|
I have a date field on a form with the date format as General date. I am trying to place an input mask on the field that will allow the user to enter the date and the time in the field. However, I cannot get it to work. I tried to combime short date and medium time input masks into one field.
Input Mask: 99/99/0000_ 99:00 >LL
I am not sure how to change the format to work in this field. Do I need to remove the General format from the date format properties? Do I need to make 2 separate fields one for data and one for time?
Thanks in advance for you insite.
Lou
|
|
Answer : MS Access Data and time input mask
|
|
my suggestion if you need to enter in this way
10/23/2006 10:00PM Mask 99/99/0000\ 09:00>LL;0;_
But best way to "separate fields one for data and one for time"
|
|
|