B
Bob Flenniken
-----Original Message-----
Help, I am trying to find a way to close a small database
using VBA. Thank you!
.
Put this code on an Exit button on the last form open. The
first line will close the form. The second line will close
the application and Access.
DoCmd.Close acForm, Me.Name
DoCmd.Quit