Disabling PROJECT save (not Form) at exit

  • Thread starter Thread starter Atlas
  • Start date Start date
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.....
 
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.
 
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.
 
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.
 
Back
Top