question clarification!!

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
 
N

Neil

The function also has to be Public and called like so:

Forms!frmName.getFieldCount

Neil.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top