ionutdinulescu
Programmer
I have the following code :
Lista.Recordset.Filter = cbCampuri.Value & _
"='" & _
txtValoare.Value
Lista.Requery
where my Lista is a listbox.
The problem is that this listbox doesn't apply the filter. What else should I write here ?
Lista.Recordset.Filter = cbCampuri.Value & _
"='" & _
txtValoare.Value
Lista.Requery
where my Lista is a listbox.
The problem is that this listbox doesn't apply the filter. What else should I write here ?