Hello all,
I'm trying to filter a recordset using...
Set rs = db.OpenRecordset("tblProductDetail", dbOpenDynaset)
rs.Filter = "SystemID = " & Str(Forms!frmEstimate.frmProductsAddComponents.Form.txtPID)
Can anyone tell me if filtering a recordset will work? Because I seem to be getting more records than I should. I'm not sure if I'm doing something wrong or if the "Recordset.Filter" isn't working how I anticipated.
Anyone? Beuller?
I'm trying to filter a recordset using...
Set rs = db.OpenRecordset("tblProductDetail", dbOpenDynaset)
rs.Filter = "SystemID = " & Str(Forms!frmEstimate.frmProductsAddComponents.Form.txtPID)
Can anyone tell me if filtering a recordset will work? Because I seem to be getting more records than I should. I'm not sure if I'm doing something wrong or if the "Recordset.Filter" isn't working how I anticipated.
Anyone? Beuller?