I have a search form with many fields including date range, name, some number ranges etc.
Have one button to run a search query so it can select from table searched data.
But the problem I'm facing is how to INCLUDE all the records when I don't specify a number range in the field.
I tried isNull function, and isEmpty but for some reason it's not working...
Is there an efficient way to solve this. If I leave the field blank, to just don't effect the search in any way?
Thank you![]()