close current data base ???

1

123

Thank you for the help
How can I close the current data base by using command button or any event
put (access it self stell open)..
notes:
the answer Using the code not (file close)
 
J

John Vinson

Thank you for the help
How can I close the current data base by using command button or any event
put (access it self stell open)..
notes:
the answer Using the code not (file close)

Try

Application.Quit

It's a sledgehammer; it will close any open forms or queries and kick
off any other users if there are multiple users connected.
 
Top