I'm trying to export module directly from one database in to another, but I'm getting error #29068 when using DoCmd.TransferDatabase
I was able to export macro (which I need also)...
DoCmd.TransferDatabase acExport, "Microsoft Access", strFile, acModule, "basFEUpdate", "basFEUpdate"