Disabling PROJECT save (not Form) at exit

A

Atlas

Is it possible to sto Access saving my ade project at runtime when quitting?
This is preventing me to manage a sort of autoupdate of my project.....
 
D

Douglas J. Steele

Are you talking about the fact that the Last Modified Date of the file
changes? There's nothing that can be done to prevent that.
 
A

Atlas

Are you talking about the fact that the Last Modified Date of the file
changes? There's nothing that can be done to prevent that.

:(((

I was tryng to manage updates of the ade project:

workstations have a local copy of the .ade project. At startup VBcode cheked
for updates on a shared network folder where the "reference" .ade resides.
Check where made on file len or timedate stamp with no results due to
continuos changes of those values when quitting local .ade. I thought I
could stop it disabling project save at exit.
 
D

Douglas J. Steele

Atlas said:
:(((

I was tryng to manage updates of the ade project:

workstations have a local copy of the .ade project. At startup VBcode cheked
for updates on a shared network folder where the "reference" .ade resides.
Check where made on file len or timedate stamp with no results due to
continuos changes of those values when quitting local .ade. I thought I
could stop it disabling project save at exit.

I've never worked with ADPs or ADEs, but I'm assuming that, like MDBs and
MDEs, you can create a database property and set its value. Your VB code
could then check the value of that property against the value of the file on
the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top