How to display date and time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with a Date/Time field. I chose Format: General Date because
the Example is 6/19/1994 5:34:23 PM.

I have a form with a text box that looks up (on Form Load) the time field
from the table. I also set the Format of the text box to General Date.

When I open the form, the date is displayed but not the time.

What am I doing wrong?
Thank you, Judy
 
I found the answer reading other people's posts. I was using the Date
command to populate this field in the table. When I switched to Now, both
the date and time are displayed.
 
Back
Top