Hi!
I have a variable in report 1 that I store -
The user clicks on a hyperlink, and i store the value the user clicked on in a variable (var1).
Then another report is called and opened and I get records from the database based on that varaible (var1).
For some reason, when report 2 opens, I lose the value in the variable. How do i get that variable ?
I was trying to look up how to declare global variables to see if that would help.
Right now i have this code
strDocIdGrantNumber = Frm!Frm_Center_Summary_Grant_Totals.Text33
where text33 is the value i need.
THANKS
I have a variable in report 1 that I store -
The user clicks on a hyperlink, and i store the value the user clicked on in a variable (var1).
Then another report is called and opened and I get records from the database based on that varaible (var1).
For some reason, when report 2 opens, I lose the value in the variable. How do i get that variable ?
I was trying to look up how to declare global variables to see if that would help.
Right now i have this code
strDocIdGrantNumber = Frm!Frm_Center_Summary_Grant_Totals.Text33
where text33 is the value i need.
THANKS