forms - Between... And... To work without values -


I tried to do it in a million different ways. First of all I could not work at all, but Now I have been successful in working with values. What I need to do is, for my question, to filter my records based on what I put in my form.

I used this movie in the 'Benchmarking' section of my movie yew column, and when I have my MovieVir 1 and Movie Year 2 text box in numbers, it filters out correctly is.

form]! [Moovier 1] and [form]! [Search]! [Movie Year 2]

But if I do not have any value then it does not come with any record. Any help? I have done a lot (well, at least I think I have it) I have tried to use wildcard "*", but then I came to know that you really do not use it with those tasks I can ....

I am also trying. FILTERS in VBA, but it seems to work, maybe I remembered something?

It's mine.

Thanks in advance! :)

You can add a check for the query in the query, for example [Forms] from

  SELECT *! [SearchForm]! [MovieYear1] and [Forms]! [Movie YEAR2] or [form]! [Search]! [Movie Year 1] Zero   

If the first year is zero then it will return all the records. The second year will be ignored

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -