P
Pic
I have a database that I use to keep track of meetings at my school.
One table (tblMeeting) consists of meeting details: date, place,
duration, subject and a memo field containing a summary.
I'd also like to keep track of who was at each meeting. At present, I
have a separate table of staff member names (tblStaff), but can't
figure out how to use it to create a text box on the form showing a
simple list of those in attendance. As a result that table is useless,
though I feel it shouldn't be.
My workaround has been to create a checkbox field in tblMeeting for
each staffer, which is ticked if that staffer was in attendance. This
is very cumbersome, especially since we have a fair turnaround of
staffers.
Can anyone suggest how I might achieve this?
Thanks in advance,
Pic
One table (tblMeeting) consists of meeting details: date, place,
duration, subject and a memo field containing a summary.
I'd also like to keep track of who was at each meeting. At present, I
have a separate table of staff member names (tblStaff), but can't
figure out how to use it to create a text box on the form showing a
simple list of those in attendance. As a result that table is useless,
though I feel it shouldn't be.
My workaround has been to create a checkbox field in tblMeeting for
each staffer, which is ticked if that staffer was in attendance. This
is very cumbersome, especially since we have a fair turnaround of
staffers.
Can anyone suggest how I might achieve this?
Thanks in advance,
Pic