When I open a report I have a string value that it stored in the variable STORAGE.
(it's written in the on open event)
That part works fine.
How do I get that string value to appear in a text box that is on the report?
I have tried :
Text34 = STORAGE
But I keep getting an error that says I can't assign a value to this object.
Any suggestions?
(it's written in the on open event)
That part works fine.
How do I get that string value to appear in a text box that is on the report?
I have tried :
Text34 = STORAGE
But I keep getting an error that says I can't assign a value to this object.
Any suggestions?