L
Lythandra
Hi there,
I have a field in a table that can be left blank if needed.
A form that I have that displays the data from the table also has a filter
that uses the field that can have the blank value.
The filter that I am using is this: Like "*" & [Forms]![frm Project Item
Definition]![ProductIDFilter] & "*"
The filter is working fine if I enter data in the filter that matches data
in the field, however, if I leave the filter blank it will not display any
data. I was under the impression that the "*" should allow it to display
anything, even the blank entries. Obviously if the field is blank it will not
work. What would I change to have it display everything, even the blank
entries?
Thankee
I have a field in a table that can be left blank if needed.
A form that I have that displays the data from the table also has a filter
that uses the field that can have the blank value.
The filter that I am using is this: Like "*" & [Forms]![frm Project Item
Definition]![ProductIDFilter] & "*"
The filter is working fine if I enter data in the filter that matches data
in the field, however, if I leave the filter blank it will not display any
data. I was under the impression that the "*" should allow it to display
anything, even the blank entries. Obviously if the field is blank it will not
work. What would I change to have it display everything, even the blank
entries?
Thankee