Creating a Database copy

Hi Guys,

New here, i am just wondering what the easiest way would be.

I need to copy over a complete access 2003 database as we will be using it for another campaign. The VBA code and forms need to remain intact (with minor changes at a later date), the tables need to remain but the records need to be deleted.

Any help would be appreciated.
[369 byte] By [RobVoip] at [2007-11-20 11:29:01]
# 1 Re: Creating a Database copy
Hi all.

You have to:
a) Copy your mdb file in a new one.
b) Delete all records from all tables that are contained in the new database (mdb file).

You can do these operations manually, or you can write a simple macro (or VB application) that performs them.
davide++ at 2007-11-9 13:45:37 >