T
Tim
Hi folks,
Is there a way to get a particular record in recordset? I used the
following loop to select the record but it took a lot of time becuase the
recordset is huge.
Do while not rst.eof
if rst.fields(0).value = 526 then
fABC = rst.fields(1).value
end if
rst.movenext
loop
Is it possible to use SQL to query the recordset? How?
Any help will be appreciated.
Thanks in advance.
Tim.
Is there a way to get a particular record in recordset? I used the
following loop to select the record but it took a lot of time becuase the
recordset is huge.
Do while not rst.eof
if rst.fields(0).value = 526 then
fABC = rst.fields(1).value
end if
rst.movenext
loop
Is it possible to use SQL to query the recordset? How?
Any help will be appreciated.
Thanks in advance.
Tim.