switchboard exit

A

alicia

I have a command button on my switchboard which exits the
switchboard. But I want it to close access aswell.Any
ideas? Thanks
 
C

chriske911

create a macro called for example quitaccess or whatever wherein you use the
quit function, this will close everything,
the switchboard "exit application" is known to leave the access window open

bon chance
 
C

chas

Hi Alicia,

Is your switchboard one that you've created yourself or
have you used the switchboard manager in Access?

If it is your own simply add the following line to the
Click Event of the Command Button:

DoCmd.Quit

hth

chas
 
Top