froggiebeckie
Registered User.
- Local time
- Today, 06:53
- Joined
- Oct 11, 2002
- Messages
- 104
In a report, I have a textbox to show the number of employees in the report.
I use this formula :
=Count([last name])
Sometimes the same person has multiple entries, so the count is wrong.
How can I show only the number of different employees and ignore the duplicate names?
Thanks
I use this formula :
=Count([last name])
Sometimes the same person has multiple entries, so the count is wrong.
How can I show only the number of different employees and ignore the duplicate names?
Thanks