No dice. I changed the VBA as you instructed and here is the new SQL. Did i do it right?
SELECT Customers.MonthRyanPd, Customers.Appt_Date, Format([Lot_#],"> ") AS [LOT#], Customers.Subdivision, Customers.[CUST#1_LAST], IIf(Customers!Contract_Amount Is Null,0,Customers!Contract_Amount) AS...