using source of date field

  • Thread starter Thread starter msreal
  • Start date Start date
M

msreal

Hi,

I want to use the source of a date field for displaying the date an
the time. But I want the date and the time displayed in two separat
fields. Does anyone know how to do this?

Thanks
 
Hi,

I want to use the source of a date field for displaying the date and
the time. But I want the date and the time displayed in two separate
fields. Does anyone know how to do this?

Create two textboxes on your Form, both bound to the same date/time
field; set the Formats of the textboxes to a date-only and a time-only
format.

This will make *editing* the field a bit tricky, since you need to
edit the entire field whichever textbox you use.
 
Back
Top