What would be the best way to count the company name, or the last name?
Including
So it really counts people with the same last 3 letters in their last name,
thing is I will only count the last name if the Company field isn't being used... how do I go around this then!?
Including
Code:
Left([LastName],3)
So it really counts people with the same last 3 letters in their last name,
thing is I will only count the last name if the Company field isn't being used... how do I go around this then!?