|
Question : Imput Mask for Date ?
|
|
I have a Date field and a control on the Form to Enter the Date. In the Input Mask I have: 99/99/00;0.
Now when I enter a Date it accepts 00 for the year, meaning 2K. And it displays it with the century. But if I go back to the control and change the month I get an error saying that what I ented is not appropriate for the Input Mask that I have entered. It want's me to re-enter the year in the 99 format.
How I can I have this work where I can enter based on the Input Mask, and then edit the Day or Month part of the Date w/o having to re-enter the Year?
|
|
Answer : Imput Mask for Date ?
|
|
zen770
Make sure you have your format display and your input mask the same eg
Format dd/mm/yyyy Input Mask 99/99/0000;0;_
This should solve your problem.
Glenn Waldron
|
|
|