R
rocco
Hello,
I have built an application that has been deployed to customers via the
Package Wizard of MS Access Developer Extension. The database is an .mde
format at it uses a customized .mdw.
From time to time customers ask for some new features and I need to delivery
a total new database which will be filled with the data back upped from the
older one.
For the future I would use a different approach, but before to jump in doing
work that will end up in wasted time, I would like to ask you if all what I
post below can be done in VBA:
1) build an .mde file (A) with just the new features/changes and capable to
log in the already delivered .mde file (B) through my account (which grants
all possible permission);
2) from (A), create a new blank database (C), log into it and close (A)
[have to figured out how…]
3) from C import all from A and the new features from B
4) kill (A) and rename (B) for backup [if possible also archiving it in a
different folder]
5) create an .mde file(D) from C
6) log in to D close and kill C
Can all I listed above be done via VBA?
Is there a better approach? (I’m sure there is…)
Thanks!
Rocco
I have built an application that has been deployed to customers via the
Package Wizard of MS Access Developer Extension. The database is an .mde
format at it uses a customized .mdw.
From time to time customers ask for some new features and I need to delivery
a total new database which will be filled with the data back upped from the
older one.
For the future I would use a different approach, but before to jump in doing
work that will end up in wasted time, I would like to ask you if all what I
post below can be done in VBA:
1) build an .mde file (A) with just the new features/changes and capable to
log in the already delivered .mde file (B) through my account (which grants
all possible permission);
2) from (A), create a new blank database (C), log into it and close (A)
[have to figured out how…]
3) from C import all from A and the new features from B
4) kill (A) and rename (B) for backup [if possible also archiving it in a
different folder]
5) create an .mde file(D) from C
6) log in to D close and kill C
Can all I listed above be done via VBA?
Is there a better approach? (I’m sure there is…)
Thanks!
Rocco