Cathi, I thought you only wanted appointments for a specific date. If you remove the date criteria, you should get all the data.
SELECT DISTINCTROW tblPeople.pkPeopleID, tblPeople.fldFName, tblPeople.fldLName, tblPeople.fldTypeID, tblPeople.fldNotActive, (Select Count(*) From tblAppointments...