
Programmatically Create new Access application ?
Yes, you can use CreateDatabase first, adn then call TransferDatabase for
each object. Here's some rather old code, no doubt with bugs, but it should
give you an idea of how to approach this. You will also find other
algorithms at www.deja.com posted to comp.databases.ms-access newsgroup in
the past.
< http://x42.deja.com/getdoc.xp?AN=395804212 >
-- Dev
:Hello,
: Is it possible to create a new Access application from my Access
:Visual Basic Code and after that programmatically again to copy
:tables, queries, forms, reports, macros and modules to the NEW created
:Access application ?
:And if it's possible would i be able to save the new in file ?
:does anyone have a sample code or something ?
:
:thanks in advance
:
:Ivan
: