using source of date field

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
 
J

John Vinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top