Hello,
What is the syntax for getting an ADODB recordset to go to a specific record? I would like my recordset, rstDetails, to go to the record where the field, IdDetails, equals the value in the variable intIdDetails.
I.e., go to the record where rstDetails.Fields("IdDetails") = intIdDetails
Thank you! Saleve
|