spatel911
09-15-2011, 08:42 AM
Hello,
In my click event button, Im declaring a "strIN" variable. I just want to call this variable on a text box which is on a report. I know i have to declare it globally in the module which I did. "Public strIN As String" but when I make my text box.value = strIN, it dosen't populate it.
In my click event button, Im declaring a "strIN" variable. I just want to call this variable on a text box which is on a report. I know i have to declare it globally in the module which I did. "Public strIN As String" but when I make my text box.value = strIN, it dosen't populate it.