Hi,
I'm trying to use a MSFlexGrid, but cannot get it loaded with data in a retrieved recordset.

I know my recordset (Dim rs As ADODB.Recordset) has retrieved the data correctly, but when I'm using:

Set MSFlexGrid1.DataSource = rs

Following message appear.
Run-time error '91':
Object variable or With block variable not set.


Could you please help me getting back on track...