No, that was just to show my format. The following is my real code
DoCmd.OutputTo acOutputQuery, "qryIFMonthlySum", acFormatXLS, "C:\MyDocuments\Excel\AccessData", True
This is a simple DB, but we need to plot the results in a graph. I'm not impress with Access's graphing cap, so I want to...