Calling a procedure just before Access closes

H

HomeroOM

Is there any way to force a procedure or function execution whenever someone
quits MS Access?

Thanks for any suggestion
 
M

Marshall Barton

HomeroOM said:
Is there any way to force a procedure or function execution whenever someone
quits MS Access?


If you don not already have one, create a form that opens at
startup and never closes. Then use its Unload event as an
Access close event.
 
H

HomeroOM

Marshal

Thanks for your answer.

I was just checking if there is another way.

Something similar to the AutoExec macro, perhaps...

I think I will rely on this.

Thanks again.
 
Top