CptCrusty1
Programmer
I have a variable strText (DIM strText as String) that I populate with a string. I want to pass this value to a textbox when the report opens. I used.....:
txtMyBox.text = strText, however it says I can't do that.
Next I tried
Report_rptMyReport.txtMyBox = strText and it tells me an Object is required. Any ideas?
Better yet.... the VBA while-loop I use to populate the string with, is it possible to run it directly from the textbox, or something like that?
Thanks
Rich.
txtMyBox.text = strText, however it says I can't do that.
Next I tried
Report_rptMyReport.txtMyBox = strText and it tells me an Object is required. Any ideas?
Better yet.... the VBA while-loop I use to populate the string with, is it possible to run it directly from the textbox, or something like that?
Thanks
Rich.