database query

W

Workinghard

Currently,
I have a table with fields as follows:

ITEM | STATE | AMOUNT |

I use a query statement such as:
-resultspage.asp?state=Nevada-

And I get results that include all ITEMS from STATE of Nevada.

My quesion is what would I add to this Statement to get in order to get the
results that
include all ITEMS from STATE AND AMOUNT less than $1000
 
S

Stefan B Rusynko

resultspage.asp?state=Nevada&amount<1000




| Currently,
| I have a table with fields as follows:
|
| ITEM | STATE | AMOUNT |
|
| I use a query statement such as:
| -resultspage.asp?state=Nevada-
|
| And I get results that include all ITEMS from STATE of Nevada.
|
| My quesion is what would I add to this Statement to get in order to get the
| results that
| include all ITEMS from STATE AND AMOUNT less than $1000
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top