Hello all,
First time on this forum.
I try to have a textbox from report taking the value from a textbox in a open form.
Textbox in report is located in "Report header" and I placed this code inside the box:
TxtAmount is the name of the textbox from form.HTML Code:=[Forms]![myForm]![TxtAmount].[Text]
When I open the report I get this :#error
What should I do to fix the problem?
Thanks for the help.