needadvice
Programmer
I have a data entry form with a text box that holds the current date. The date is set by default(date() in the default property setting.) This process is transparent to the user.
This method saves the date with the time. My user wants to sort on date. with the time included he only gets one record.(time specific).
I've set every option to "short date" but the time still appears. How can I save just the date?
This method saves the date with the time. My user wants to sort on date. with the time included he only gets one record.(time specific).
I've set every option to "short date" but the time still appears. How can I save just the date?