P
Patrick Sullivan
I have a data input form with a structure that gets loaded with the input
data. I have a module calc.vb with lots of calculations to do on the data in
the structure. But I can't access the strutcure's data from the calc module,
even though both are public. What other declarations can I do to make it
accessible?
data. I have a module calc.vb with lots of calculations to do on the data in
the structure. But I can't access the strutcure's data from the calc module,
even though both are public. What other declarations can I do to make it
accessible?