Buttons: more information

D

DaveB

I guess that I didn't give enough information last time,
because it didn't work. What I'm trying to do is this: I
put a button on a form after I removed the field name
box. I named the button "Job Start time". Next to the
button I have the remaining field which is
called "Starttime". What I'd like to do is when I click
on the "Job Start time" button it will put the current
time in the "Starttime" field. I am just learning how to
use access, so pleeease be very detailed. Thanks again,
DaveB
 
R

Rick Brandt

DaveB said:
I guess that I didn't give enough information last time,
because it didn't work. What I'm trying to do is this: I
put a button on a form after I removed the field name
box. I named the button "Job Start time". Next to the
button I have the remaining field which is
called "Starttime". What I'd like to do is when I click
on the "Job Start time" button it will put the current
time in the "Starttime" field. I am just learning how to
use access, so pleeease be very detailed. Thanks again,
DaveB

In the OnClick event of the button...

Me!Starttime = Time()
 

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

Top