J
JShrimps, Jr.
I need a query to run every time a person exists the database.
This query does some cleanup to data left in an unfinished state.
I'm using a form at startup that is opens in hidden mode.
When the database is closed (and thus closing this hidden form),
the form has a docmd.openquery in
the form_close event
which updates the unifished business.
Doesn't really work that well.
Is there a way to run a query every time a database is closed?
This query does some cleanup to data left in an unfinished state.
I'm using a form at startup that is opens in hidden mode.
When the database is closed (and thus closing this hidden form),
the form has a docmd.openquery in
the form_close event
which updates the unifished business.
Doesn't really work that well.
Is there a way to run a query every time a database is closed?