Re: Need to open vaious mdb files in sequence



Hi Steven,

I developed a utility application several years ago to do part of what
you seek and more to boot.

What it does for you: Enter as many MDB full pathnames as you like.
With each source MDB you also enter the start of a Backup tree for
that application. In that tree is a folder for each day of the week.
Typically that Backup tree begins at ThisDrive:\ThisFolder\BAckups\...
It could as easily be TheCDDrive\...\...

When you backup today you over write last week's backup - you have a
week to copy it out if you choose. I dedicate a copy of the utility
to each application. It's a real life saver during development I get
an automatic backup each time I exit the app. In your case, one copy
would do the whole job.

As each MDB is addressed it is first renamed (by changing its
extension) in place. It is then compressed into its backup location
for the day of the week. The compressed file is copied back into the
original folder with the original name.

Files are addressed in entry order. Every major step of the operation
on each file is appended to the log just before execution. Any errors
are also logged. The log file is created in the folder where the
utility application resides.

--------- Assuming the scheduler fires it off, the above would leave
you with your files backed up and compacted and ready for the next
operation. ----------------

You didn't indicate what supervision you want to have over the
execution of the individual applications. Would just delaying a set
time between the execution of the applications do it?

HTH
--
-Larry-
--

"Steven" <Steven@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9ED02223-0A77-417F-B93B-FC3FFD3EFE9D@xxxxxxxxxxxxxxxx
> I am trying to open various mdb files in a sequence. I have tried
> FollowHyperlink, but it produces too many options for user input.
>
> I want the databases to open in a sequence automatically because
thier
> processing depends on each previous one in a nighly routine.
Additionally, I
> need to have time for them for them to compact before the next one
opens.
>
> Any ideas?
>
>


.



Relevant Pages

  • Re: how to get from an MS Access app to vb.net?
    ... Obviously with an mdb a backup simply means copying a file! ... Frankly, if you want to go dotnet, then SQL Server is the smart way ... Do not, however, get the idea that I am wholeheartedly endorsing dotnet! ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Maintenance Interval does not work
    ... " Backing up an Exchange 2000 MDB halts theonlinedefrag of any MDB within ... that storage group (they restart if the backup finishes before themaintenanceinterval passes). ... any MDB within a storage group doesnotconflict with themaintenancetimes ...
    (microsoft.public.exchange.admin)
  • Re: Maintenance Interval does not work
    ... " Backing up an Exchange 2000 MDB halts the online defrag of any MDB within ... where one is running online maintenance, and online backup is started ...
    (microsoft.public.exchange.admin)
  • Re: Dont have permissions to import
    ... Change your workgroup back to your secure mdw. ... (if you had a backup before you secured it, you could just remain joined to system.mdw and restore the backup). ... To unsecure, grant full permissions to every object, to the Users Group. ... create a new mdb and import everything from your mdb. ...
    (microsoft.public.access.security)
  • Re: Restoring a backed-up database using code
    ... > The simplest solution is to copy the entire back end mdb while it is NOT ... Then the restore process is just a matter ... > replace the existing mdb with the backup one. ... > Allen Browne - Microsoft MVP. ...
    (microsoft.public.access.modulesdaovba)