Ive tried to populate a DBGrid control without using a data control object without success heres some things I tried

Set dbgOrderMaster.DataSource = MR_OS.grstCurrentRS
Set dbgOrderMaster.RecordSource = MR_OS.grstCurrentRS

The recordset MR_OS.grstCurrentRS works fine Ive used it to set some text boxes