Function to Form?

T

Trisha

I have a function that is supposed to return a value. How
do I get this value to show up on my form?
 
C

Cheryl Fischer

In the Control Source property of a Text Box on your form, type:

=MyFunction(MyValue)

hth,
 
Top