Exporting entire db content

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Create your new database.
Use File, Get External Data, Import.
The use the import wizard to select all the objects you want to import.
 
Back
Top