Hi, I'm having a bit of a brain storm
I have a really easy table with only 3 fileds [Name], [From], [To]. The name filed is text, while fileds From and To are numbers.
Lets say I have a couple of entrys like the ones below:
Name From To
John 1 20
Simon 70 90
I have in a form two text boxes [From] and [To], what I
would like is to be able to return the [Name] value when the user inputs values between the [From] and [To] fileds:
I.E.
Input
From To Returns
12 18 John
1 10 John
71 85 Simon
I'm familiar with the Between function but I'm not sure how to build a query with these conditions.
Peps
I have a really easy table with only 3 fileds [Name], [From], [To]. The name filed is text, while fileds From and To are numbers.
Lets say I have a couple of entrys like the ones below:
Name From To
John 1 20
Simon 70 90
I have in a form two text boxes [From] and [To], what I
would like is to be able to return the [Name] value when the user inputs values between the [From] and [To] fileds:
I.E.
Input
From To Returns
12 18 John
1 10 John
71 85 Simon
I'm familiar with the Between function but I'm not sure how to build a query with these conditions.
Peps