S
Steve
I am working on an application that was set up in Access 2002 (I have the latest patches and service packs). The app has 1 main menu form, which launches another form and several reports. There is an exit button on the sub form, which calls application.quit. The same method is called from the exit button on the main menu. The exit routine on the second form, however, does not actually kill the MSAccess process (it ends the program, but the process is still around). The quit command or method, according to the Microsoft help, simulates the user selecting File/Exit. Sure enough, if I select File/Exit from that form, the process doen't go away. I tried looping through the forms collection and setting the forms=nothing, and/or unloading the forms, but neither works. I also tried the VB End, but that does nothing. Any ideas
Thanks in advance
Steve
Thanks in advance
Steve