You can access the source recordset right insid ethe ADODC.
use adodc1.Recordset.
The bookmark is changed automatically to the selected row and you can get
the values as
adodc1.Recordset.Fields(0).Value
or
adodc.Recordset!Name, etc.
Hope this helps.
Tom Schoeneweis
Utiility Management Services
SG Tec