VB Code:
Private Sub rdALL_Click() OraRec.Filter = "" OraRec.MoveFirst varBookmark = OraRec.Bookmark End Sub
I have a DataGrid bound to OraRec. I filtered it and now I want to eliminate the filter. I set it = "" but the DataGrid doesn't show the results of the unfiltered recordset. What am I doing wrong? Thanks, Jeremy
