G
Guest
i have a Module in Access 2003 visual basics.
the module consists of several functions, for example
function1
function2
function3
when a pushbutton on click event is initiated a sub is run. within the sub
is the link to function 1.
What happens is when function 1 is run it seems to run all the other
functions within the module.
Is this normal?
the module consists of several functions, for example
function1
function2
function3
when a pushbutton on click event is initiated a sub is run. within the sub
is the link to function 1.
What happens is when function 1 is run it seems to run all the other
functions within the module.
Is this normal?