Add an unbound text box in the header of your form, with a format of
general date (if you want the date and time), or long time, etc. Name
it, for example, txtClock.
One warning: if you have such a timer (or actually ANY active timer event) in
an open form, you won't be able to use the VBA editor without wierd things
happening (such as the cursor moving or your typing being erased) once every
minute or second, depending on the timer interval. Be sure to close any form
with an active timer, or disable the timer, before attempting to edit code.
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.