machumpion
Registered User.
- Local time
- Today, 12:47
- Joined
- May 26, 2016
- Messages
- 93
Let's say I have a table featuring two fields, [household] and [member]. Each household can have multiple members. Therefore the household field can have duplicates.
I want a query that only returns one record per household, but I also want to return 1 member only (any member) for each.
How can I make this query?
Thanks!
I want a query that only returns one record per household, but I also want to return 1 member only (any member) for each.
How can I make this query?
Thanks!