I start Access andrun daily macro with Scheduled Tasks.
I want to shut down the Access program at the end of the macro.
How do I do that?
Use the Quit action as the last step in the macro.

Signature
Ken Snell
<MS ACCESS MVP>
>I start Access andrun daily macro with Scheduled Tasks.
>
> I want to shut down the Access program at the end of the macro.
>
> How do I do that?