How to handle multiple null values using form-based parameter queries?

tim_tims33

New member
Local time
Yesterday, 19:28
Joined
Jun 26, 2007
Messages
9
Hi, i'm creating a search form giving the end user a range of controls to use when filtering/searching data. See the image.

But, i think my range search (using the textbox) to put in a lower and upper limit...is preventing this from working. In fact, when i put data into all the controls, no data pops up in my subform. How can i get around this?

My query data source can also be seen...showing you how i've handled teh null entries. (Hmmm..perhaps i need to put in a null 'handler' for the two textboxes??)

Please advise where you can...

Many thanks
tim
 

Attachments

  • SearchForm.jpg
    SearchForm.jpg
    104 KB · Views: 208
  • QuerySource.jpg
    QuerySource.jpg
    98.1 KB · Views: 165
Drop the Like, the principle is
Field=parameter or parameter Is Null

Brian
 

Users who are viewing this thread

Back
Top Bottom