From: Alaska1 on
I have a report with a crosstab query on a graph with parameters. I need the
parameters (which is division and department) to show up on the graph. I
added a text box in and built an expression.

=" " & [Department] & " / " & [Division]

The Department and Divsion will not pass through onto the graph report. I
get =name? error. Any suggestions?