Close database in autoexec macro

C

ChuckW

Hi,

I have schedule a task to run an autoexec macro. I want to entirely close
the database when I am finished running the macro. I saw the close step in
macros but it is only for closing a form or report. I want to completely
exit out of the database. Can someone help?

Thanks,
 
D

Dirk Goldgar

ChuckW said:
Hi,

I have schedule a task to run an autoexec macro. I want to entirely
close the database when I am finished running the macro. I saw the
close step in macros but it is only for closing a form or report. I
want to completely exit out of the database. Can someone help?

There's a Quit macro action. It has an option to specify what you want
to do about any unsaved objects. See the online help for details.
 
Top