Hope I can describe this well enough.
I am creating a DB for a youth organisation (Air Cadets), details of which are stored in tblMembers. They attend twice a week, each of these days is called a parade and on each parade certain members are given a duty, so the date of the parade as primary key and the members having duty are stored in tblParade.
Aswell as this, individual attendance of each member is stored with reasons from non-attenders, this uses the member number and the parade date as a composite key, no member could attend twice on any one night.
So I am trying to create a register type form, which lists all stored members who can then be ticked off if they are attneding e.t.c.
But I'm not entirely sure how to do this, I have created a query with the bits of data I need, and can enter the members in individually, but can't seem to get a continuous form which lists everyone in the members table, regardless of if they have any entries in the attendance table.
Hope that makes sence,
Martin
I am creating a DB for a youth organisation (Air Cadets), details of which are stored in tblMembers. They attend twice a week, each of these days is called a parade and on each parade certain members are given a duty, so the date of the parade as primary key and the members having duty are stored in tblParade.
Aswell as this, individual attendance of each member is stored with reasons from non-attenders, this uses the member number and the parade date as a composite key, no member could attend twice on any one night.
So I am trying to create a register type form, which lists all stored members who can then be ticked off if they are attneding e.t.c.
But I'm not entirely sure how to do this, I have created a query with the bits of data I need, and can enter the members in individually, but can't seem to get a continuous form which lists everyone in the members table, regardless of if they have any entries in the attendance table.
Hope that makes sence,
Martin