What I would like is to know if it is possible to ask not only the next in a cursor, but also the next/next value in a cursor.
Let me explain.
If I have three value in 3 different rows
row 1 contains a
row 2 contains b
row 3 contains a.
If values 1 and 3 are equal I want to show the value of 1, 2 and 3 (being a , b ,c). So if row 1 and 3 are equal I do no supress rows 1, 2 and 3.
I have tried to use Next(Next(fieldname)) but that doesnot work. Is there another possibility to do this?
Thanx in advance...
B.
Let me explain.
If I have three value in 3 different rows
row 1 contains a
row 2 contains b
row 3 contains a.
If values 1 and 3 are equal I want to show the value of 1, 2 and 3 (being a , b ,c). So if row 1 and 3 are equal I do no supress rows 1, 2 and 3.
I have tried to use Next(Next(fieldname)) but that doesnot work. Is there another possibility to do this?
Thanx in advance...
B.