welp if you needed the data to be exact copies of each other you could do somthing like this
'Delete the current link to the BE
DoCmd.DeleteObject acTable, "TblDemo"
DoCmd.TransferDatabase acimport, "Microsoft access", _
"l:\path to data\realdb1.mdb", acTable, _...