Returning Variables from Sub Functions

D

Dickie

I have a function which sets up a form name in a variable called SubFrm.
This function is called from most of my other functions. What is the best
way to return the value within the variable Subfrm.

I call the functioning using the command below, 'Mode is a variable to
define if the form is editable OR data entry

Call Function(Mode)

BUT subfrm does not exist on the next line.
 
Top