Bound Column in Report

  • Thread starter Thread starter Lucas
  • Start date Start date
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.
 
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.
 
Back
Top