C crhodus Registered User. Local time Today, 04:51 Joined Mar 16, 2001 Messages 257 Jun 26, 2001 #1 What ode that will allow the user to completely close acces when they click on a button? I came across it at one time, but I can't seem to find it now that I need to use it. Thanks!
What ode that will allow the user to completely close acces when they click on a button? I came across it at one time, but I can't seem to find it now that I need to use it. Thanks!
Robert Dunstan Mr Data Local time Today, 10:51 Joined Jun 22, 2000 Messages 291 Jun 26, 2001 #2 DoCmd.Quit should do it for you
C crhodus Registered User. Local time Today, 04:51 Joined Mar 16, 2001 Messages 257 Jun 26, 2001 #3 Thanks! That did it.