SUMMARY EXPRESSION showing ID and not NAME

G

Guest

I created a REPORT that lists the household inventory by CATEGORY (i.e.
furniture, collection, jewelry, etc). I have a SUMMARY EXPRESSION after each
CATEGORY that states the CATEGORYNAME and how many detail records are listed
within the CATEGORYNAME. The problem follows:

In the REPORT the CATEGORYID actually shows in the COMBO BOX (not
CATEGORYNAME) as the CONTROL SOURCE, the ROW SOURCE TYPE is TABLE/QUERY and
the ROW SOURCE is CATEGORIES. So, when I created the SUMMARY EXPRESSION
="Summary for " & [CategoryName] & " = " & Count(*) & " " &
IIf(Count(*)=1,"detail record","detail records") it keeps prompting me ENTER
PARAMETER VALUE for CATEGORYNAME. If I change the SUMMARY EXPRESSION to read
CATEGORYID (where CATEGORYNAME is), then it works, but it shows me the ID
(number) and not the NAME.

Help!
 
D

Duane Hookom

-Don't allow users to view tables
-Limit interaction to forms where you use combo and list boxes
-Add the "lookup" table to the record sources of reports.
 

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