stefaniejo
New member
- Local time
- Today, 08:56
- Joined
- Apr 25, 2011
- Messages
- 6
I'm trying to count the number of occurrences of a specific field, but I have some instances when the primary indicator is duplicated. For the first occurence I want to show a 1 and for everything else I want to show 0. I am sorting by the field so that all occurences are together. Is this possible?
In Excel I use a formula =IF(F2=F1,0,1), but I'd like to get away from using formulas in Excel and just shoot this out of Access.
In Excel I use a formula =IF(F2=F1,0,1), but I'd like to get away from using formulas in Excel and just shoot this out of Access.