I have a form that takes user-defined criterion and returns a query in the form of an ADO Recordset. I am trying to use that recordset to fill a True DBGrid. I know the query is working, because I can get the data I want returned in the debug window or in a message box. I thought just setting the data source of the grid to the recordset would work, but it doesn't. Then I tried to loop through and fill the columns with the different fields of the recordset. That didn't work either. Because True DBGrid isn't an MS control, the online documentation for it is not very comprehensive. Can anyone give me a hand with this?

Thanks in advance,
Jonathan
[e-mail][email protected][/e-mail]