J
Jim Jennings
My question is hopefully simple to answer, but it has
plagued me for weeks. I simply can not figure out how to
set a form to which a user enters information and the
related record displays.
Specifically, I am creating a TimeClock form. The form
requests the employee's ID. Currently, the employee will
enter their ID and press enter. This should poplulate a
table (tlbTimeClock) with EmployeeID (user entry),
DateScanned using date(), & TimeScanned using time()
The subform is a query (qryTimeClock) which relates
(tblTimeClock) to (tblEmployees) in order to display the
employee's name and insure them they have clocked in
correctly.
I can provide any information as well as 'bells &
whistles' to the form as soon as I can understand the
basic fundamental of how to get this to work.
Thanks for any assistance.
Jim
plagued me for weeks. I simply can not figure out how to
set a form to which a user enters information and the
related record displays.
Specifically, I am creating a TimeClock form. The form
requests the employee's ID. Currently, the employee will
enter their ID and press enter. This should poplulate a
table (tlbTimeClock) with EmployeeID (user entry),
DateScanned using date(), & TimeScanned using time()
The subform is a query (qryTimeClock) which relates
(tblTimeClock) to (tblEmployees) in order to display the
employee's name and insure them they have clocked in
correctly.
I can provide any information as well as 'bells &
whistles' to the form as soon as I can understand the
basic fundamental of how to get this to work.
Thanks for any assistance.
Jim