Making a report from 2 tables

E

Emma

Hi I'm not sure what to do I have a table called Address which stores
information about where the client lives and can add more addresses as the
client moves. I also have a main table. These two tables are only related by
client ID but not referentially. Now I would like to make a report sorted by
city (which comes from the Address table) then the clients names and intake
coordinator (which come from the main table). I'm not sure where to start?
 
B

Beetle

Create a query that returns the fields you need from both tables, then
use the query as the record source of your report. You can use Grouping
and Sorting in the report to get the data to display in your desired format.
 
E

Emma

Hi Sean,

It worked out well thanks!

Beetle said:
Create a query that returns the fields you need from both tables, then
use the query as the record source of your report. You can use Grouping
and Sorting in the report to get the data to display in your desired format.
 

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