Hi all.
I have run into a problem with my database. It seems something that should be easy to do but although I've searched a lot I can't find a solution.
I have a query that takes the filtering values from a form. In the top part I have a combobox for each field which I want to filter and in the bottom part the result from the query. This way when a user selects a value in the combo the query auto updates and shows the results applying the filter in "real time".
The problema is with a Yes/No field. With all the other fields the default value is "*" so I can see all the records until I select a filter in the form. However in the yes/no field I can't select an "*" value. I'm forced to see all the records with a Yes value in that field or the ones with a No but never all of them.
It's there an easy way I can tell the query to show all the fields with Yes OR all the fields with No OR all the fields whatever the value?
Thank you very much in advance!
I have run into a problem with my database. It seems something that should be easy to do but although I've searched a lot I can't find a solution.
I have a query that takes the filtering values from a form. In the top part I have a combobox for each field which I want to filter and in the bottom part the result from the query. This way when a user selects a value in the combo the query auto updates and shows the results applying the filter in "real time".
The problema is with a Yes/No field. With all the other fields the default value is "*" so I can see all the records until I select a filter in the form. However in the yes/no field I can't select an "*" value. I'm forced to see all the records with a Yes value in that field or the ones with a No but never all of them.
It's there an easy way I can tell the query to show all the fields with Yes OR all the fields with No OR all the fields whatever the value?
Thank you very much in advance!
Comment