Determine selected subform record using ADO recordset?

K

kdw

I have seen many examples to determining which records are selected in a
subform using DSSelHeight and RecordsetClone. But this involves using DAO
recordset. All my codes are in ADO and I would like to keep things
consistent. Is there an equivalent way of determining which records are
selected without using DAO? Thanks!
 
Top