J
JMorrell
I have a form that has several [Event Procedure]s. At the form's On Open
event, I run a function to capture data which is used throughout the form. I
would like to be able to use this data in the different Event Procedures. Do
I have to declare the variables, run the function, and pass the info back at
each event? Can’t I do a global declaration so that I won’t have to do that?
What are the pros and cons for doing this?
Tia,
JMorrell
event, I run a function to capture data which is used throughout the form. I
would like to be able to use this data in the different Event Procedures. Do
I have to declare the variables, run the function, and pass the info back at
each event? Can’t I do a global declaration so that I won’t have to do that?
What are the pros and cons for doing this?
Tia,
JMorrell