Still not working. I still get the city for every instance of the county. Here is my Sql statement from my query.
SELECT DISTINCT PersonalInfo.Homeless, PersonalInfo.NFresident, PersonalInfo.MinSpent, PersonalInfo.CallerAge, PersonalInfo.Self, PersonalInfo.StaffBoard, PersonalInfo.FamilyFriend, PersonalInfo.CommLarge, PersonalInfo.ServeProvide, PersonalInfo.Cognitive, PersonalInfo.MentalEmo, PersonalInfo.Physical, PersonalInfo.Vision, PersonalInfo.Hearing, PersonalInfo.Multiple, PersonalInfo.AdvocacyServe, PersonalInfo.AssistDevServe, PersonalInfo.ChildServe, PersonalInfo.CommServ, PersonalInfo.FamilyServe, PersonalInfo.HousingServe, PersonalInfo.ILSkillServe, PersonalInfo.InformationServe, PersonalInfo.MentalRest, PersonalInfo.MobilityServe, PersonalInfo.PeerServe, PersonalInfo.PersonalServe, PersonalInfo.PhysicalRest, PersonalInfo.PreventiveServe, PersonalInfo.Prostheses, PersonalInfo.RecServe, PersonalInfo.RehabTech, PersonalInfo.CounselServe, PersonalInfo.Therapeutic, PersonalInfo.TransportServe, PersonalInfo.YouthServe, PersonalInfo.VocationServe, PersonalInf

therServe, PersonalInfo.Newsletter, PersonalInfo.EventFlyer, PersonalInfo.VFIBrochure, PersonalInfo.WaiverInfo, PersonalInfo.Survey, PersonalInf

ther, PersonalInfo.Advocacy, PersonalInfo.SkillTraining, PersonalInfo.PeerSupport, PersonalInfo.Deinstitutionalization, PersonalInfo.ReferralPAS, PersonalInfo.ReferralVFI, PersonalInfo.CallerCounty, PersonalInfo.CallerCity, PersonalInfo.CallerState
FROM PersonalInfo
WHERE (((PersonalInfo.CallerCounty)=[Forms]![CityStateCountyForm]![CmbCallerCounty]) AND ((PersonalInfo.CallerCity)=[Forms]![CityStateCountyForm]![CmbCallerCity]) AND ((PersonalInfo.CallerState)=[Forms]![CityStateCountyForm]![CmbCallerState]));
Is there anything I can do in here or is it a report thing that I just have to mess with until I find the right setting? Thanks for your help.
Bobby