Combining Two Tables

G

Guest

Hello, forgive me if this is an easy question...it's not for me!!!

I have two tables, primary members and secondary members. Primary table
contains all the information for the household. Secondary members contain
additional names and email addresses. I'm trying to create a report that
lists all the members from both tables, alpabetizes them, and then pulls the
address from the primary table to the secondary table on the report. This
will then populate the addresses on the report for secondary members. Does
this make sense?

Thanks!!!
 
M

Marshall Barton

Sannas said:
I have two tables, primary members and secondary members. Primary table
contains all the information for the household. Secondary members contain
additional names and email addresses. I'm trying to create a report that
lists all the members from both tables, alpabetizes them, and then pulls the
address from the primary table to the secondary table on the report. This
will then populate the addresses on the report for secondary members. Does
this make sense?


You need to create a query that Joins the two tables. Then
you can add the address field to the query's field list
along with the other data.

That may not sufficient to get everything you want in the
report, so if you need additional assistance, post back with
details about the pertinate fields in both tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top