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.
 

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