Leo_Polla_Psemata
Registered User.
- Local time
- Today, 10:43
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
I have a query (say DCT) in which one field outlines info (say FirstName)
This FirstName field might outline some data twice.
Example
Nick
Joan
Mick
Chak
Joan
Char
Matt
Nick
I would like to make a field which will count the numbers that the FirstName appears in this query and it would be like this
Nick 2
Joan 2
Mick 1
Chak 1
Joan 2
Char 1
Matt 1
Nick 2
Is this easy ?
I cannot use this general syntax because the domain is the same query i try to run
DCount ( expression, domain, [criteria] )
I have a query (say DCT) in which one field outlines info (say FirstName)
This FirstName field might outline some data twice.
Example
Nick
Joan
Mick
Chak
Joan
Char
Matt
Nick
I would like to make a field which will count the numbers that the FirstName appears in this query and it would be like this
Nick 2
Joan 2
Mick 1
Chak 1
Joan 2
Char 1
Matt 1
Nick 2
Is this easy ?
I cannot use this general syntax because the domain is the same query i try to run
DCount ( expression, domain, [criteria] )