What results are returned for
IF fid <> NEXT(fid)
when there is no "next" row? thatis, the fid is already in the last/final row?
I tried pairing the above inequality with
"not OnLastRocord" but it behaves like I might expect
if the NEXT(fid) part was returning a null resulting in
an undefined condition.
IF fid <> NEXT(fid)
when there is no "next" row? thatis, the fid is already in the last/final row?
I tried pairing the above inequality with
"not OnLastRocord" but it behaves like I might expect
if the NEXT(fid) part was returning a null resulting in
an undefined condition.