S
scubadiver
"Qry_CCode_MT" is a "make table" query that populates records from another
query but I get an error saying it can't be found. Is there something I am
missing to make it work?
The full code in the "on-click" event is the following:
DoCmd.SetWarnings False
DoCmd.OpenQuery "Qry_CCode_Del"
DoCmd.OpenQuery "Qry_CCode_MT"
DoCmd.OutputTo acOutputTable, "CauseCodes", acFormatXLS,
"C:\David\databases\Customer Satisfaction\reports\Cause Codes.xls", True
query but I get an error saying it can't be found. Is there something I am
missing to make it work?
The full code in the "on-click" event is the following:
DoCmd.SetWarnings False
DoCmd.OpenQuery "Qry_CCode_Del"
DoCmd.OpenQuery "Qry_CCode_MT"
DoCmd.OutputTo acOutputTable, "CauseCodes", acFormatXLS,
"C:\David\databases\Customer Satisfaction\reports\Cause Codes.xls", True