Clock in form

N

Neil Greenough

Is there any way of inserting some sort of clock in a form? So, for example,
I have in the bottom left hand side of my form, a clock that displays the
day, date and time and changes every minute, as does a normal clock?

I know there is one in Windows, however the network my DB is going to be on
has computers on it with all different times and dates
 
R

Rick Brandt

Neil said:
Is there any way of inserting some sort of clock in a form? So, for
example, I have in the bottom left hand side of my form, a clock that
displays the day, date and time and changes every minute, as does a
normal clock?

I know there is one in Windows, however the network my DB is going to
be on has computers on it with all different times and dates

Then what time do you want the form to display? Normally it will be the
same as the PC so I fail to see how this resolves your problem.
 
R

Rick B

Sure just build an unbound field and in your form's timer event, set the
field's value to Now().

Also, look up "format" in the help files if you want to specify the format
of the data.
 
J

Jeff Conrad

in message:
Is there any way of inserting some sort of clock in a form? So, for example,
I have in the bottom left hand side of my form, a clock that displays the
day, date and time and changes every minute, as does a normal clock?

I know there is one in Windows, however the network my DB is going to be on
has computers on it with all different times and dates

See:

http://www.mvps.org/access/forms/frm0032.htm
 

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


Top