Attendance Records

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

Guest

Trying to develop a database that will track employee attendance. I have a
form that has dropdowns, and a rolodex to select employees. I would like to
insert a subform to track sickdays. The subform would have to be linked to
the employee selected from the dropdown. So as a new employee is selected, a
new subform would open. What is the simplest way to accomplish this?
 
Create a continuous subform that displays your sickdays table. Place the
subform on a main form that has a combo box in the form header with a Row
Source of all employees. Set the Link Master/Child properties to the combo
box and the employee primary key field from the subform.
 

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

Form & Subforms 1
Attendant tracking 5
Access 4
Lookup needs to fill two fields 2
Access 2003 Lookup Lists 1
how to design to input info 1
stop duplicate records being created. 1
Education Database Design 3

Back
Top