Trying to valuate a field value against a previous field value. If they are the same I want to increment a number count.
Field Value Exp:Seq count
211 1 No previous
212 1 Previous unequal
213 1 Previous unequal
213 2 Previous equal +1
213 3 Previous equal +1
Idea is that if previous value does not equal current value then assign one. If it does equal the previous value then increment the number. And continue to increment until no longer equal.
I don't see anywhere in Access that allows a comparison of current value to the previous value in a field
The challenge is clear....anyone out there up to it!!
Thank you.
Merlin
Field Value Exp:Seq count
211 1 No previous
212 1 Previous unequal
213 1 Previous unequal
213 2 Previous equal +1
213 3 Previous equal +1
Idea is that if previous value does not equal current value then assign one. If it does equal the previous value then increment the number. And continue to increment until no longer equal.
I don't see anywhere in Access that allows a comparison of current value to the previous value in a field

The challenge is clear....anyone out there up to it!!
Thank you.
Merlin