ChristineRose
Technical User
I am trying to transfer about 20 Reports from one database to another. I need to use this command since I am using a form with a prompt to which database to export to (I have five different databases but all of the reports will need to be transferred to each ). Is there a simple way to do this in code without having to write out for each report:
DoCmd.TransferDatabase acExport, "Microsoft Access", path name of destination, Objecttype(acReport), "source report name", "destination report name"
Is there anyway to "select all" from my source database when transferring? Any advice is greatly appreciated! Thanks!!!
DoCmd.TransferDatabase acExport, "Microsoft Access", path name of destination, Objecttype(acReport), "source report name", "destination report name"
Is there anyway to "select all" from my source database when transferring? Any advice is greatly appreciated! Thanks!!!