Run code automatically when last user exits?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to run a piece of code when the last user exits my multi-user
database? The code is likely to take a minute or so to run so I'd like it to
run and then close the database so the user does not have to sit waiting for
it. It's going to export some data to a file for importing to a data
warehouse.
 
Depending on your circumstances, another approach might be to link to the
file containing the data used to import, and updating that file on the fly,
rather than as a batch export job.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top