Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lock (.ldb) file doesn't delete

Status
Not open for further replies.

bratsche

Programmer
Sep 19, 2005
6
US
We have an HTML (actually HTA, I inherited it from the person who had the job before me) page that provides a menu for our staff for various in house applications, some of which are MS Access databases. Icons appear for each application. I am using the onclick action to open these databases as follows:

Code:
<action type-action="onClick" script-call="window.open '//FILESERVERw001/APP_FOLDER/Application.MDE')"/>

I am aware that this is less then ideal because it means multiple users can attempt to use the same .mde file however my database is split so the .mde only has forms, queries etc. My current problem is this:

A user clicks on the icon for whichever application they need, they are presented with the 'File Download' warning asking if they want to 'open' or 'save' the file. The users are trained to select 'open', and the .mde opens in a separate window, like a regular Access database. When the user closes the MS Access application, the .ldb sticks around. Does anyone know if there is a way I can force the .ldb to close/delete when a user exits the .mde?

Thank you.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top