
Checking for next object in record
Hi Steve,
You could save the current recordset field value, do a movenext and then do
the comparison.
HTH,
Dan
Quote:
> I am trying to compare one record with another record with out moving
> the pointer on the current cursor.
> ex. if (rs("Item") = rs("Item")+1) then
> Thanks in advance
> Steve