Been having trouble getting a filter to work. How are they used. I am trying to do this :
I have a recordset that has multiple records anywhere from 2-30
and then a form, where the user selects a value from a listbox
I then want to filter the recordset to just the record with this value. Will always be unique
What I have now is this:
rsQUALIFIER.Filter = "[DDID]=" & Forms![SELECT QUALIFIER]!lstPARCEL
it is a number
but it does not seem to work. Do I have to turn the filter on or anything?
Thanks.
I have a recordset that has multiple records anywhere from 2-30
and then a form, where the user selects a value from a listbox
I then want to filter the recordset to just the record with this value. Will always be unique
What I have now is this:
rsQUALIFIER.Filter = "[DDID]=" & Forms![SELECT QUALIFIER]!lstPARCEL
it is a number
but it does not seem to work. Do I have to turn the filter on or anything?
Thanks.