phatrabbitzz
New member
- Local time
- Today, 11:04
- Joined
- Mar 1, 2008
- Messages
- 6
Say I have the following database in Access:
Letter Name
(blank) Joe
c Joe
c Joe
c Sue
d Joe
c Sue
How can I know the know letter count without duplications for each unique name?
So for Joe I want it to return 3, (= blank + c + d).
For Sue it should return 1, only c is unique.
TIA!
Letter Name
(blank) Joe
c Joe
c Joe
c Sue
d Joe
c Sue
How can I know the know letter count without duplications for each unique name?
So for Joe I want it to return 3, (= blank + c + d).
For Sue it should return 1, only c is unique.
TIA!