I seem to have a jinx with this one. I have a report bound to a query. The report is opened via a form that is used as a date picker. Dates are fed to parameters in the query via textboxes on the form: [Forms]![frmISAPDates]![txtStartDate] & [txtEnddate]
I have many reports that have a textbox in the report header that lists the date range: “The reports includes records from ” & [Forms]![frmISAPDates]![txtStartDate] & “and ” & [Forms]![frmISAPDates]![txtEndDate] . All of them work fine and all are referring to the same date picker. The new one I was working on tonight, for which I simply copied the textbox from an existing report gives the #Name? error. I’m sure its something silly, but it’s making me crazy! Any ideas