This is the query used to display the info. When I run the query everything shows as it should, but the report displays #Name? errors.
SELECT CustomerData.CompanyName, CustomerData.Address, CustomerData.City, CustomerData.StateProvince, CustomerData.ZIPPostalCode
FROM QuoteData INNER JOIN...