REPLY
the question is:
What is the code to write to a query that has already been ran.
Say it comes back null.
Currently my code is:
DoCmd.OpenQuery "qrySupplierRating"
DoCmd.OutputTo_
acOutputQuery, "qrySupplierRating", "MicrosoftExcel_
(*.xls)", ...