I have a report with a number of parameter prompts to fill in information on the fly. They are attendance sheets for a club and they want to be flexible about entering date ranges. All was working fine when I had the 7 prompts in the detail header (one for each of 5 weeks, one to name the month that attendance is for and one to indicate the last date that dues collected were recorded). These are sorted by various classes that are held and I decided to move these prompts from the detail header to the page header and two of the prompts now give the #NAME? error. If I move the textbox back to the detail header, it works.
Both of the prompts that fail include text and then the parameter prompt. They are in the format with the Control Source as =”For the month of ” & [Enter the month]
Is there some reason this won’t work in a page header when it works fine elsewhere on the report?