I have a query that selects all Contracts that are not complete. I need to email the Area manager with these contracts for his Area only. I’m able to send an email to each Area but it contains all the contracts not just his/her area. How do I send all records that are equal to one area only and then do this again for the next set of records? Oh and there are over 100 Areas so I don’t want to have to create 100 queries! Here is the table info I have tblArea with: fldArea, fldEmail, fldName. Tblcontracts with: fldArea, fldCompany, fldSinged (y/n). Any code or suggestions would be grateful. I do have a little knowledge in VBA and comments in code are real helpful.