Showing the text instead of ID

S

Sam

Hello,

I have two tables, Deposits and Offices. The report that I run shows the
[Deposits]OfficeID (which is linked to OfficeID in Offices) instead of
[Office]OfficeName. I have a relationship between the two different tables.

What I'd like to do is show the text of the office name in the report
instead of the unique ID that office was given.

Whenever I add another table to the design view in queries, it gives me a
type mismatch error so I cannot run the report.

How would I go about doing this?
 
M

Marshall Barton

Sam said:
I have two tables, Deposits and Offices. The report that I run shows the
[Deposits]OfficeID (which is linked to OfficeID in Offices) instead of
[Office]OfficeName. I have a relationship between the two different tables.

What I'd like to do is show the text of the office name in the report
instead of the unique ID that office was given.

Whenever I add another table to the design view in queries, it gives me a
type mismatch error so I cannot run the report.


Adding the Offices table to the report's record source query
is the right thing to do. Are you sure that you are joining
the tables on the ID fields? If you are, then check to make
sure the ID field is the same type 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