Is there any methods of counting records until a certain number is hit? I have my records counted just fine, but I want to limit the count to 3. So if a record has 6 counts, I want it to stop counting that record after it reaches 3 counts. Is this possible using query criteria? If not, how would VBA look to obtain this result? I have a good sum of experience with VBA, but I haven't messed with VBA much in regards to reformatting queries.