Herbie,
Easy answer:
--- in your class -----
Public Function RecordSet() As ADODB.RecordSet
Set RecordSet = RS
End Function
RS would be your recordset from the class
Darryl
Quote:
> When ADO is initiated, connected, etc in a cls<file>, how does one refer
to
> it as a DataSource when populating DataCombo and DataListBoxes?
> --Herbie