Hello,
Can someone please help me with a bit of code i'm trying to put together.
Besically, what i am trying to acheive is a loop through the recordset testing one row with any row below it.
However, i am at a loss as to how to represent the next row.
I've tried the following:
where m = rs![meterpointref], but this is no good, does anyone no a bit of code that can help me out of this predicament??
OOch
Can someone please help me with a bit of code i'm trying to put together.
Besically, what i am trying to acheive is a loop through the recordset testing one row with any row below it.
However, i am at a loss as to how to represent the next row.
I've tried the following:
Code:
(M <> (with rs rs![meterpointref] rs.MoveNext end with))
OOch