C
cinnie
hello all
My report, rptInv is based on qryInv. Three of the fields in this query are
pkID, CatID (integer) and PartName (string). Like this:
pkID CatID PartName
156 25 WR_left
157 25 WR_right
158 25 WR_left
159 36 Flange_17a
I print a separate report for each CatID. In the report's header, I'd like
to show a text box with a list of the DISTINCT PartNames on that report. For
example, the report for CatID 25 would have a text box showing :
WR_left, WR_Right
I can't seem to figure out how to do this properly. Any suggestions?
thank you
My report, rptInv is based on qryInv. Three of the fields in this query are
pkID, CatID (integer) and PartName (string). Like this:
pkID CatID PartName
156 25 WR_left
157 25 WR_right
158 25 WR_left
159 36 Flange_17a
I print a separate report for each CatID. In the report's header, I'd like
to show a text box with a list of the DISTINCT PartNames on that report. For
example, the report for CatID 25 would have a text box showing :
WR_left, WR_Right
I can't seem to figure out how to do this properly. Any suggestions?
thank you