Hi All,
I am trying to write a VBA Code that does the same job as 'Append Data To Existing Table' option, while copy-pasting a Table within the same DB. I have tried my luck with:
DoCmd.TransferDatabase acExport, "Microsoft Access", CurrentDb.Name, acTable, "Tbl_ApplCnt", "Tbl_ApplCnt_Unique"...