M
Michelle
Hello All-
I am creating a utility that allows users to restore
corrupt mdb files. To accomplish this, I create a new,
blank database and import all objects from the corrupted
database to the blank database. All this is done in vba
code. The only problem with this is that references are
not copied with the objects that require them. Does
anyone know how to programatically import references from
one mdb file to another?
Thank you in advance.
I am creating a utility that allows users to restore
corrupt mdb files. To accomplish this, I create a new,
blank database and import all objects from the corrupted
database to the blank database. All this is done in vba
code. The only problem with this is that references are
not copied with the objects that require them. Does
anyone know how to programatically import references from
one mdb file to another?
Thank you in advance.