I have a form with certain criterion that the user can search by. I'm filling a DataGrid and I'm trying to use DataView.RowFilter to filter the search by the criterion chosen. I've tried to code it different ways, but it keeps populating the DataGrid with all the records in the mdb file. Any help would be appreciated.