Hi,
I have to count value changes in a recordset and, to tell the truth, I can not find out how to do it with sql query. Anyway, is it possible? Unfortunately, I have to not simply count that how many different values are in a field, but how many times has changed the value of that field. e.g.: 1,1,2,2,3,3,1,2,... - in this example there are three different values and four value changes - and that is what I would like to count with an sql query, if it is possible.
I could be very grateful for any small tips!
Many thanks in advance!
VoiD
I have to count value changes in a recordset and, to tell the truth, I can not find out how to do it with sql query. Anyway, is it possible? Unfortunately, I have to not simply count that how many different values are in a field, but how many times has changed the value of that field. e.g.: 1,1,2,2,3,3,1,2,... - in this example there are three different values and four value changes - and that is what I would like to count with an sql query, if it is possible.
I could be very grateful for any small tips!
Many thanks in advance!
VoiD