how do i insert date/time in a form, so when we enter in form we can see it?
P paulof Aug 23, 2004 #1 how do i insert date/time in a form, so when we enter in form we can see it?
W Wayne Morgan Aug 23, 2004 #2 Where are you wanting it placed? If you want the date/time automatically entered into a new record, set the Default Value of the control to Now().
Where are you wanting it placed? If you want the date/time automatically entered into a new record, set the Default Value of the control to Now().
P paulof Aug 23, 2004 #3 I'm making a "menu" in form and i would like to have the time / date inserted.
W Wayne Morgan Aug 23, 2004 #4 Inserted where? Are you making a menu bar and you want a command added to the menu bar? If so, where should the command place the results of the date/time, in the active control?
Inserted where? Are you making a menu bar and you want a command added to the menu bar? If so, where should the command place the results of the date/time, in the active control?
P paulof Aug 23, 2004 #5 All i want is date/time shown in menu. i think i figure out to do. =date() or =now() thanks pf