R
Rick
In a function I've declaired a variable as Public
strVendor as string
In this function strVendor is set to a value.
Within this function I open a report and in it's format
event I try to check the value of strVendor. I keep
getting a Variable Not Defined error. I'm pretty sure
defining the variable again in the report's code is not
the answer because that is resetting the variable to null.
I've done this before but can't remember how. What I'm I
forgetting?
Thanks.
Rick
strVendor as string
In this function strVendor is set to a value.
Within this function I open a report and in it's format
event I try to check the value of strVendor. I keep
getting a Variable Not Defined error. I'm pretty sure
defining the variable again in the report's code is not
the answer because that is resetting the variable to null.
I've done this before but can't remember how. What I'm I
forgetting?
Thanks.
Rick