Diane
Posts: 2
|
| Posted: 06/17/2007, 12:08 PM |
|
I need to create a number of searches where the user selects two values from two listboxes and gets a result within the range.
For example, listbox1 equals minimum test score and listbox2 equals maximum test score. The user selects a value in each list box and the search returns everything within that range of values.
I wasn't able to find anything by searching the forums or in the examples - can somebody point me in the right direction? I sure would appreciate it.
|
 |
 |
Damian Hupfeld
|
| Posted: 06/17/2007, 2:17 PM |
|
There are a number of posts on searching between 2 dates - you should be
able to use something similar.
"Diane" <Diane@forum.codecharge> wrote in message
news:5467586b6704a8@news.codecharge.com...
>I need to create a number of searches where the user selects two values
>from two
> listboxes and gets a result within the range.
>
> For example, listbox1 equals minimum test score and listbox2 equals
> maximum
> test score. The user selects a value in each list box and the search
> returns
> everything within that range of values.
>
> I wasn't able to find anything by searching the forums or in the
> examples - can
> somebody point me in the right direction? I sure would appreciate it.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|