M
Max Moor
Hi All,
I have two tables. One holds family data, like the address. The
second holds individual family member's data, like ages. They are related
by an autonumber field in the family table, stored with each "member's"
record.
What I'd like to do is get a query that gives me a record with the
last name (from the family table) in one field, and all the first names
(from the members table)s in one other field form via some expression. I'm
sending out a letter. The records might look like...
Smith John & Susan
Nguyen Lee & Mi
etc
How do I form the field with the two first names in it? I assume I
need to do some query within a query. I'm stumped as to how to get the
first names out of multiple fields, and into my one field.
I have two tables. One holds family data, like the address. The
second holds individual family member's data, like ages. They are related
by an autonumber field in the family table, stored with each "member's"
record.
What I'd like to do is get a query that gives me a record with the
last name (from the family table) in one field, and all the first names
(from the members table)s in one other field form via some expression. I'm
sending out a letter. The records might look like...
Smith John & Susan
Nguyen Lee & Mi
etc
How do I form the field with the two first names in it? I assume I
need to do some query within a query. I'm stumped as to how to get the
first names out of multiple fields, and into my one field.