itsalesguru
New member
- Local time
- Yesterday, 22:28
- Joined
- Jan 27, 2009
- Messages
- 6
I started off to make a simple time sheet for our small firm employees to records their in and out time.
associateDetailstbl. contain all the information with all their contact info. AssociateID is the primary key
then made a table query of above table to capture primary key, first and last name, called the new table NAMEtbl
in another table, timesheettable have timeDI, assosictaeID, Date, time in, break time out, break time in, time out.
then made a qry from NAMEtbl and TimeSheettbal called namesource qry that contains associateID from both tables, fist name and last name, used this as a source for a form. then made a subform from timesheet and inserted in this form. I also put a button on the subform that makes new record, when it is pressed all the fields in subfor clears for new record but not the information on the form that is actually just first name combo box that autofill the last name text box/
that am I missing here? I also want for staff to be able to go back to theri entries for the day and enter the data for later time of the day like time out??
I apprecite in anyone can help,
associateDetailstbl. contain all the information with all their contact info. AssociateID is the primary key
then made a table query of above table to capture primary key, first and last name, called the new table NAMEtbl
in another table, timesheettable have timeDI, assosictaeID, Date, time in, break time out, break time in, time out.
then made a qry from NAMEtbl and TimeSheettbal called namesource qry that contains associateID from both tables, fist name and last name, used this as a source for a form. then made a subform from timesheet and inserted in this form. I also put a button on the subform that makes new record, when it is pressed all the fields in subfor clears for new record but not the information on the form that is actually just first name combo box that autofill the last name text box/
that am I missing here? I also want for staff to be able to go back to theri entries for the day and enter the data for later time of the day like time out??
I apprecite in anyone can help,