Quit command doesn't work in Access2007

P

Phil Hellmuth

I'm unable to run the Quit command from a macro in Access2007. I also
tried DoCmd.Quit and Application.Quit in VBA and those don't work
either. It's not a trusted site issue...I'm successfully executing
other commands that require the DB to reside in a trusted site. I need
to automate the macro, so it's essential I be able to quit. Help!!!
 
M

Maurice

Strange, i can get it to run from a macro and VBA as well. Have you tried
converting the macro to VBA and then run the action as an event procedure?
There should be something else what's 'bugging' the code.
 
Top