I have a report (r_gender) that asks for a parameter value via a form (f_gender_parm). The query name is q_gender_year.
What I am wanting is to put the parameter value results onto the report. I did do a seach and found a link that someone provided. It is helpful, but I still can't get it to work.
The code that I am putting into the control source of a text box on the report is:
CODE
=[Reports]![r_gender]![startdate]
With this code, it is asking me for another start date When that did not work I thought maybe I need to reference my parameter form so I tried
CODE
=[forms]![f_gender_parm]![startdate]
Which also did not work.
Once I get this part done, I can wrap up this project. Can anyone help me?
Shauna