P
Paul Milner
Hi
I have set up a query in frontpage with a search form.
In the database there is a field called
sponsorship_amount the records in the field are
Under 10,000
Under 20,000
upto in increments to
under 500,000
I wish to search for amounts of say Under 300,000 and
have records of the amount below this ie 200,000 40,000
etc.
I can do a search with this SQL
AND Amount_required <= '::Amount_required::')
upto 99,000 but as soon as I go over 100,000 it seams to
treat it as 10,000 and returns records under 10,000
How can I change this
Paul M
I have set up a query in frontpage with a search form.
In the database there is a field called
sponsorship_amount the records in the field are
Under 10,000
Under 20,000
upto in increments to
under 500,000
I wish to search for amounts of say Under 300,000 and
have records of the amount below this ie 200,000 40,000
etc.
I can do a search with this SQL
AND Amount_required <= '::Amount_required::')
upto 99,000 but as soon as I go over 100,000 it seams to
treat it as 10,000 and returns records under 10,000
How can I change this
Paul M