First off let me say thank you to si_the_geek for the very informative thread on inputing data from a recordset into an MSFlexGrid. But im having a slight issue here. I cant quite figure out how to define "objRS" so that i can pass that with the sub call.

I know that i have been trying to get these listviews to work, and now that i got them to work i switched to MSFlex LOL. When i figured out how to change row colors i was sold, screw that whole picturebox solution for a listview !!!

Anyhow, lets say i have a Datacontrol (Data1) on this same form, bound to the DB that i need to use (db1.mdb). what exactly do i have to do to define objRS to reference a table from DB1 ? when i tried to do it the same way that i built my listviews i get a mean ByRef error.

any help would be GREATLY appriciated !