"DS" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I want to add code that executes when my database closes. The database can
>close from any number of places, so I would just like to add this globally
>so to speak. Is this possible? If so where can I place this code without
>having to add it to each and every from.
Since there is no application close event, the usual workaround is to open a
hidden form and use its Unload event.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.