I have a database in which we are trying to have a field "Headcount" automatically fill with the correct value based on information in multiple fields. The "Headcount" field will be based on about 6 or 7 rules. Most of the rules i can figure out, but im having trouble figuring out what the best way would be to search for a single individual's projects when they are on more than one project at a time. i thought about using a counter of sorts to count how many projects someone was one, but how to i pick them out of the entire table once i have found out the number of projects? Would a for loop work best or just many if statements? I guess my biggest problem is finding out how to determine if someone is on one or many projects.