I need to allow multiple users to copy data from their Access db to a single target db. i can use docmd.CopyObject (“UNC PathMyDb.mdb”), “DestinationTableName”, acTable, “LocalTableName” but each time i do this, any existing data gets wiped out. Any ideas on how to append data between to dbs?
TIA