Re: Time tracking attendance
- From: "John Spencer" <spencer@xxxxxxxxx>
- Date: Wed, 7 Jun 2006 07:37:11 -0400
What is your table structure? Do you have fields like WorkerID,
SignInDateTime, and SignOutDateTime? Or do you have fields like WorkerID,
ActionDateTime, and In_or_Out?
You can use defaults for your fields of Date() and Time() that will
automatically be entered when a record is created. Personnally I would use
a field that stored both the date and time - Now() - as that will make it
much easier to do calculations on the duration of time between two events
(sign in/sign out).
"MGCurz" <MGCurz@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B19C3DC4-E1A6-4B4F-8954-4DFEAD07C8F1@xxxxxxxxxxxxxxxx
I would like to know if there is any way on a form that you can type in a
number e.g. 1234 press enter then in a table it adds 1234, the date and
sign
in time.Also usin the same form if you type the 1234 in again it will add
sign out time.
Any help please?
.
- Prev by Date: Re: Forms - Section dividing lines
- Next by Date: RE: Choosing a package, return all items
- Previous by thread: Forms - Section dividing lines
- Next by thread: Re: Time tracking attendance
- Index(es):
Loading