Question : How do I go to a specific record in an ADODB recordset in Microsoft Access?

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

Answer : How do I go to a specific record in an ADODB recordset in Microsoft Access?

Random Solutions  
 
programming4us programming4us