Inventory search form

R

Ralph

I'm tying to use the database wizard to create an
inventory search form. Let's say I'm selling PCs.
I would like the user to be able to search my inventory
using dropdown lists as follows:

PC Color?
From <black > TO <green>

Hard drive size in GB?
From: <5> TO: <80>

Type of monitor?

From: <13'> TO <32'>

Price?:

From: <$500.00> to $4000

I was able to create a database interface that would give
me submission form, database editor and result page (a
list of all inventory items). I was not able to add a
search function that would search the inventory and give
user a list of items the meet the selected criteria. I'm
not an ASP Guy and I can only use the wizards.

Any smart developers out there than can help?

Thanks,
Ralph
 
Top