K
KLP
I created a database to, among other things, track member attendance. It has
the following tables:
Individual - contains info on each person
Attendance - auto ID, dates, present (Y/N field), individ ID (number field
linked to Individual table above).
Open dates - auto ID, Event date, attend id (number field linked to
attendance table above).
I would like to create a form where all the members are listed, and the
event date is entered, the event date and whether they attended that day is
then added to the attendance record for that person.
The form I have now is by individual. Using a combo box, I select the
member and their attendance record (on a sub form) appears with the dates
attended shown. This form is tedious because I have to select each member,
and enter the same date over a hundred times, besides, it makes the report of
absentees difficult since the report only shows those members who were
present at least one meeting.
Any ideas would be appreciated.
TY
Kelvin
the following tables:
Individual - contains info on each person
Attendance - auto ID, dates, present (Y/N field), individ ID (number field
linked to Individual table above).
Open dates - auto ID, Event date, attend id (number field linked to
attendance table above).
I would like to create a form where all the members are listed, and the
event date is entered, the event date and whether they attended that day is
then added to the attendance record for that person.
The form I have now is by individual. Using a combo box, I select the
member and their attendance record (on a sub form) appears with the dates
attended shown. This form is tedious because I have to select each member,
and enter the same date over a hundred times, besides, it makes the report of
absentees difficult since the report only shows those members who were
present at least one meeting.
Any ideas would be appreciated.
TY
Kelvin