Bound Column in Report

L

Lucas

I have a report based on a query that is generated when a
user clicks on a button on a form. One of the fields on
the report is Funder, which is a combo box on
frmReferrals tied to tblFunder. When the report is
generated, it lists the ID number of the choice, instead
of the Funder. Sounds like a bound column problem, but
my table is saving the selections properly. I don't see
a way to check bound columns in queries. What easy
oversight am I making?

Thanks for your help.
 
G

GVaught

From reading your question and if I am understanding correctly you will need
to join tblFunder to the query that you use for the report linking each
table via the primary key/foreign key relationship and bringing the Funder
field down into the query window.
 

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