S
Steve
AccessXP in Access2000 mode
I have the following code outline in a standard module in MyDatabase.mdb ---
Use CreateDatabase to create MyOtherDatabase.mdb
Use two make table queries to create two tables in MyOtherDatabase.mdb
Programatically zip MyOtherDatabase.mdb as MyZipfile.zip
Kill "MyOtherDatabase.mdb" 'this is the actual line of code
Does anyone have any ideas on why the Kill statement also deletes the zipfile,
MyZipfile.zip.
Thanks!
Steve
I have the following code outline in a standard module in MyDatabase.mdb ---
Use CreateDatabase to create MyOtherDatabase.mdb
Use two make table queries to create two tables in MyOtherDatabase.mdb
Programatically zip MyOtherDatabase.mdb as MyZipfile.zip
Kill "MyOtherDatabase.mdb" 'this is the actual line of code
Does anyone have any ideas on why the Kill statement also deletes the zipfile,
MyZipfile.zip.
Thanks!
Steve