My way of copying table structure only does not work with linked table.it does copy the table but not structure only,and with everything with it.Coukd i avoid that and copy a linked table structure only ?
DoCmd.TransferDatabase acImport, "Microsoft Access", CurrentDb.Name, acTable, "tblClients", "tblObsoleteClients", True
DoCmd.TransferDatabase acImport, "Microsoft Access", CurrentDb.Name, acTable, "tblClients", "tblObsoleteClients", True