I have multiple forms and in the 2nd form i access some variables and get there values which are added up by the function in the cost class. when i put
"Dim TotalCost as New Cost"
does that clear the variables in the class?
how can i access these variables in other forms without having to reset them?
"Dim TotalCost as New Cost"
does that clear the variables in the class?
how can i access these variables in other forms without having to reset them?
Comment