P
PeterM
I have a macro built that copies an access database created from outlook
containing contacts. I need to copy the outlook table (Contacts) to my
system mdb in a table (Contacts).
The following macro stops executing if the destination table does not exist.
SetWarnings = OFF
DeleteTable = table, contacts
TransferDatabase, transfer type=import, etc....
Is there a way to force the macro to continue if there's a contact table or
not?
containing contacts. I need to copy the outlook table (Contacts) to my
system mdb in a table (Contacts).
The following macro stops executing if the destination table does not exist.
SetWarnings = OFF
DeleteTable = table, contacts
TransferDatabase, transfer type=import, etc....
Is there a way to force the macro to continue if there's a contact table or
not?