command button to insert time in a text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am trying to make an time clock for employees to keep their time and use
system date and time to make sure everyone is on same time, i have already
set up the database to caculate the weekly time if entered manually, but
would like to have command button so when they want to clock in and out it
will do it automatically
 
Bburden,

Depending on the data requirements, you could put code on the Click
event of the command button, like this...

Me.YourTimeField = Now

or...
Me.YourTimeField = 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

Similar Threads

Time Clock 6
Time clock 2
Daily Time Sheets with Rounding 1
time clock 3
command buttons for different text boxes 4
How to calulate time 3
HELP need time sheet/card calculate hours worked 1
Time Sheet Design Help 1

Back
Top