I get #Name? when assigning Public variable to Control Source of unbound Textfield of Report
I am new to Access reports
My code:
Report Open()
Public PubstrTest
PubstrTest = "TEST"
End Sub
In Control Source of unbound Textfield i put PubstrTest. When i open Report i get #Name? in Textfield
What needs to be done to make Access perform? How do i handle Public variables in Reports?
Thank you!
Llyal
I am new to Access reports
My code:
Report Open()
Public PubstrTest
PubstrTest = "TEST"
End Sub
In Control Source of unbound Textfield i put PubstrTest. When i open Report i get #Name? in Textfield
What needs to be done to make Access perform? How do i handle Public variables in Reports?
Thank you!
Llyal