How can a record set be used to populate a dbgrid control.

My code is
Dim rs As Recordset
Dim db As Database
...
...
Set rs = db.OpenRecordset(strQuery, dbOpenDynaset)

I need to display the records returned in rs onto the grid???



Regards
Aswin Asokan