SELECT tblCustomer.cResort, tblCustomer.cUnit, tblCustomer.cWeek, tblCustomer.cLName, tblCustomer.cFName, tblCustomer.cAddress, tblCustomer.cCity, tblCustomer.cState, tblCustomer.cZipCode, tblCustomer.cAreaCode, tblCustomer.cPhoneNum, tblCustomer.cYear
FROM tblCustomer
WHERE...