Dear friends,

I am familiar with returning a recordset referencing the column name or column index.

Me.ListBox1.AddItem rst(0) - ref column index

however, i would like to return the first row of the recordset.

how should i reference this?

thank you