this is the code i'm using
DoCmd.TransferDatabase acExport, "Microsoft Access", StrApp, acMacro, "Create New Field", "Create New Field", False
DoCmd.TransferDatabase acExport, "Microsoft Access", StrApp, acModule, "Adding Field", "Adding Field", False
the StrApp = the file path of...