question clarification!!

  • Thread starter Thread starter John G
  • Start date Start date
J

John G

here's the bottom line to my problem...

i'm calling functions in one form to do some math on table
data. then in other forms i want to reference the values
that these functions returned. the problem is that i'm
getting errors because i don't think that i'm referencing
them correctly.

for example: i'm calling the a function getFieldCount and
then in another form i want to use the value of
getFieldCount, but when i just type the name of the
function i get an error.

any suggestions???
john
 
Back
Top