E
EagleOne
2007/2003
VBA procedures which run fine in 2003 are being interrupted by Macro warnings in 2007. Is there any
way to stop in 2007?
The specific commands which are causing the 5 alerts separate are:
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_Add_Fields", "CHOOSE_Add_Fields"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_Revised", "CHOOSE_Revised"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_STARS_UMD", "CHOOSE_STARS_UMD"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"STARS_Revised", "STARS_Revised"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"STARS_CHOOSE_UMD", "STARS_CHOOSE_UMD"
TIA EagleOne
VBA procedures which run fine in 2003 are being interrupted by Macro warnings in 2007. Is there any
way to stop in 2007?
The specific commands which are causing the 5 alerts separate are:
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_Add_Fields", "CHOOSE_Add_Fields"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_Revised", "CHOOSE_Revised"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"CHOOSE_STARS_UMD", "CHOOSE_STARS_UMD"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"STARS_Revised", "STARS_Revised"
DoCmd .TransferDatabase acExport, "Microsoft Access", myPath & dbsfilename, acQuery, _
"STARS_CHOOSE_UMD", "STARS_CHOOSE_UMD"
TIA EagleOne