Displaying primary key from table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My report is displaying the primary key which is an autonumber rather than
the text I need to see. The text is visible in the underlying query, but
doesn't display on the report. What am I doing wrong? I have an expense
table and an Owner table. Owner table has two fields, autonumber PK and
Owner Name. I want the name to display on the report as it does in the
query, but it's displaying the number. Thanks, Mary
 
Disregard - got it figured out. Changed the text boxes to combos and edited
the data source on the report.
 
Back
Top