date/time

  • Thread starter Thread starter paulof
  • Start date Start date
P

paulof

how do i insert date/time in a form, so when we enter in
form we can see it?
 
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().
 
I'm making a "menu" in form and i would like to have the
time / date inserted.
 
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?
 
All i want is date/time shown in menu.

i think i figure out to do.

=date() or =now()

thanks
pf
 

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

Similar Threads


Back
Top