G
Guest
I'm trying to count records. I think I need to add a number count..
The first variable of the record is an assigned number (entry number).
Only 5 records should have been entered per entry number.
I can do a Query with Group by, which will at least put them all together
for each entry number, but how can I add the statement "IF there are more
than 5"
I don't want to look at the data for a number 5, I want to count the number
of entry numbers with more than 5 entries..
Thanks
The first variable of the record is an assigned number (entry number).
Only 5 records should have been entered per entry number.
I can do a Query with Group by, which will at least put them all together
for each entry number, but how can I add the statement "IF there are more
than 5"
I don't want to look at the data for a number 5, I want to count the number
of entry numbers with more than 5 entries..
Thanks