Hi,
i have a form to search data inserting data in text fields. I want to let users specify a range to search specify data with range (e.g. marine area from 200 ha to 1000 ha)
and show results in a list box.
my idea is to create a selection query where criteria are
between Forms!SearchForm!MarineAreaFrom and Forms!SearchForm!MarineAreaTo
My problem is that I have severals fields where you can put your request and so I need a sort of iif statement to specify, I tried but with no success!
So, I NEED HELP!
i have a form to search data inserting data in text fields. I want to let users specify a range to search specify data with range (e.g. marine area from 200 ha to 1000 ha)
and show results in a list box.
my idea is to create a selection query where criteria are
between Forms!SearchForm!MarineAreaFrom and Forms!SearchForm!MarineAreaTo
My problem is that I have severals fields where you can put your request and so I need a sort of iif statement to specify, I tried but with no success!
So, I NEED HELP!