I have a popup form that is prompting for a date range and then runs a report.
The report displays the values in a text box
=[Forms]![frmDateRangePrompt]![dtStartDate]
The date displays ok in report view, but it displays #Name? in Print Preview.
Is there a way to avoid the error?
Thank You!
I have a popup form that prompts for a value and has a button defined with an OnClick,OpenReport with a WHERE clause. The value the user enters is placed in the WHERE clause.
The report is generated using a Query and the WHERE clause.
I was very surprised -- it works!
Now I'd like to add a...
I'm from Massachusetts, USA.
Its been years since I've done any application/database development and I'm new to MS Access.
To all the experienced Access developers in this forum, I thank you, in advance, for the advice and guidance.