I am trying to perform the following with a filter
BindingSource1.Filter = "NetDiff > .005, NetDiff < -.005"
I am getting an error generated from this. All of the examples I run across are for string type data. Will the filter only support string types? Do I have the syntax wrong?
BindingSource1.Filter = "NetDiff > .005, NetDiff < -.005"
I am getting an error generated from this. All of the examples I run across are for string type data. Will the filter only support string types? Do I have the syntax wrong?