Close current mde programmatically

M

Mike Mueller

Generally this would be done before the database is compiled into an mdb,
using the following command:

CloseCurrentDatabase
 
Top