Event to execute once access is closed

H

Hcoms

Hello,

Is it possible to execute some code just before the user tries closing
access ( not just a form)?

Cheers
 
D

Duane Hookom

No. The method I have seen recommended is to have an invisible form open.
Set code in its On Close event.
 
Top