I have a report that I create using unbound text boxes to link to an open form. When you click on a cmdbutton on the form the report is supposed to print out information from the form.
It works fine until I close the database and restart it. That is when I receive the #Name? error. Nothing that I have tried works to resolve the issue. My text box names do not include references to the information I am requesting in the control source (txtNme for field name and =reports![ReportName]![FieldName] for control source)
If anyone can help I would greatly appriciate it.
--Jason
It works fine until I close the database and restart it. That is when I receive the #Name? error. Nothing that I have tried works to resolve the issue. My text box names do not include references to the information I am requesting in the control source (txtNme for field name and =reports![ReportName]![FieldName] for control source)
If anyone can help I would greatly appriciate it.
--Jason
Comment