A
anthony
I have an open form with data displayed. I need some of that data in a
report. My report, which is bound to a table, has an unbound control
into which is typed:
="Please bring " & [Forms]![frmNewChildGuide]![txtChild]
This produces an error on the report's page. If I type the same thing
into the immediate window, the result displays correctly
The "Please bring" will display on its own but as soon as I add the
reference to the form, I get #error
What am I doing wrong?
report. My report, which is bound to a table, has an unbound control
into which is typed:
="Please bring " & [Forms]![frmNewChildGuide]![txtChild]
This produces an error on the report's page. If I type the same thing
into the immediate window, the result displays correctly
The "Please bring" will display on its own but as soon as I add the
reference to the form, I get #error
What am I doing wrong?