RegionsRob
Programmer
Is there a way to set up a single query for this?:
I want to return only those transactions for users who have more than 5 transactions.
Example:
Trans#[tab]User
1[tab][tab]Bob
2[tab][tab]Billy
3[tab][tab]Billy
4[tab][tab]Billy
5[tab][tab]Billy
6[tab][tab]Billy
The query would return only those records where Billy is the User.
I want to return only those transactions for users who have more than 5 transactions.
Example:
Trans#[tab]User
1[tab][tab]Bob
2[tab][tab]Billy
3[tab][tab]Billy
4[tab][tab]Billy
5[tab][tab]Billy
6[tab][tab]Billy
The query would return only those records where Billy is the User.