G
Guy Lydig
I have a table with a list of parents who send their children to our camp
(Primary Key: Parent ID which is an AutoNumber). I have another table with a
list of all the children in camp and their bunk numbers (one field in the
children table is the parent's ID number). A one-to-many relationship exists
between them.
I want to print labels ONE FOR EACH PARENT based on certain bunk numbers.
In a query I combined fields for both tables and placed a parameter in the
Criteria row of the Bunk field: Between [Type first bunk number] And [Type
last bunk number]. This gives me the bunks I want but each child is there--so
if a parent has more than one child in camp, the parent is there that many
times.
How do I get the query to return each parent's name only once? I tried using
Unique Records and Unique Values in the Property Sheet but it doesn't help.
Ideas, please?
Thanks
Guy
(Primary Key: Parent ID which is an AutoNumber). I have another table with a
list of all the children in camp and their bunk numbers (one field in the
children table is the parent's ID number). A one-to-many relationship exists
between them.
I want to print labels ONE FOR EACH PARENT based on certain bunk numbers.
In a query I combined fields for both tables and placed a parameter in the
Criteria row of the Bunk field: Between [Type first bunk number] And [Type
last bunk number]. This gives me the bunks I want but each child is there--so
if a parent has more than one child in camp, the parent is there that many
times.
How do I get the query to return each parent's name only once? I tried using
Unique Records and Unique Values in the Property Sheet but it doesn't help.
Ideas, please?
Thanks
Guy