Hey everyone - I'm a beginner level Access user and I'm having trouble writing a query. I have a very simple table called CustomerActvity with 5 attributes: CustID, CustName, MembershipType, DatePurchased, and MembershipAmt.
If a customer has purchased more than one type of membership, I'm trying to show those customers in my query for targeted emails. So basically when Count(CustID) > 1 in my table, show those Customers in my results, with all attributes returned.
Is this best handled using a sub-query, maybe?