Exporting entire db content

F

Freehal04

I messed up my db when I did the security procedures and managed to mess up
my back up as well. So now I have to export all my db content to a new db.
I don't have many macros and only two vba code entries. Amy I going to have
to worry about 'losing' things when I do the switch? Thanks.
 
K

Klatuu

Create your new database.
Use File, Get External Data, Import.
The use the import wizard to select all the objects you want to import.
 
Top