I would like to create a macro that will close the whole database.
Can anybody give me the proper way to do this with a macro or VBA.
Basically I have the database set to open a report when the database is
opened. I would like to close the database when that report is closed.
Stefan,
Use a Quit action in your macro.

Signature
Steve Schapel, Microsoft Access MVP
> I would like to create a macro that will close the whole database.
>
> Can anybody give me the proper way to do this with a macro or VBA.
>
> Basically I have the database set to open a report when the database is
> opened. I would like to close the database when that report is closed.