View Single Post
  #2  
Old June 7th, 2010, 08:11 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Crosstab Graph Report not showing Parameters in text box

I would expec the parameters to come from controls on a form. You should be
able to add text boxes to the report near the graph with control sources like:
=Forms!frmParameters!txtStartDate
--
Duane Hookom
Microsoft Access MVP

NOTE: These public News Groups are ending June 1st. Consider asking
questions at http://social.answers.microsoft.com/...ddbuz/threads?


"Alaska1" wrote:

I have a report using a crosstab query in a graph. The query is asking for
parameters. When I try to pass the parameters to a text box on the graph
they will not pass through. I am building it in text box in an expression.
Any suggestions?