R
Robin
Hello,
I think I need to create a crosstab query and I would like to have your help
please. I have a student table with last name , first name and family field.
We have students that may have upto 4 students to one family. So that
means that I have upto four records per family. There are other fields in
the table but do not need them at this time. The family field is coded to
keep the family grouped together. Is there a way that I can create one
record per family instead of 4. The crosstab query was giving me totals. I
would like this to read:
Lastname Firstname Firstname Firstname Firstname
Keep in mind that some families can contain only 1, 2 or 3 students. The
number of students will vary per family.
Thanks for your help,
Robin
I think I need to create a crosstab query and I would like to have your help
please. I have a student table with last name , first name and family field.
We have students that may have upto 4 students to one family. So that
means that I have upto four records per family. There are other fields in
the table but do not need them at this time. The family field is coded to
keep the family grouped together. Is there a way that I can create one
record per family instead of 4. The crosstab query was giving me totals. I
would like this to read:
Lastname Firstname Firstname Firstname Firstname
Keep in mind that some families can contain only 1, 2 or 3 students. The
number of students will vary per family.
Thanks for your help,
Robin