Function

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Thanks for the reply. After looking in detail through my code i was able to
find what was causing the functions to execute several times.

Thanks for the response anyway.
 
Back
Top