Ask a Question related to Dreamweaver AppDev, Design and Development.
-
patelajk #1
Search using Combo Boxes
Hi guys I have 3 combo boxes in a search form. A user makes a selection form
these combo boxes, clicks on search and all results based upon that search are
displayed. The problem is that users have to make a selection from all 3 boxes
in order for results to be displayed. If a users selects just one or two boxes
no results are displayed. Does anyone know how I can build a search in which
it will display data based on what they have selected, no matter if 1 or 2
combo boxes have been selected. Here is the SQL I am using: SELECT
hpamidas.tbl_manufacturers.Manufacturer,
hpamidas.tbl_manufacturers.Manufacturer_ID, hpamidas.tbl_products.Kit_Name,
hpamidas.tbl_products.Marker, hpamidas.tbl_products.Detection,
hpamidas.tbl_products.Format, hpamidas.tbl_products.Ce_marked,
hpamidas.tbl_products.image_url, hpamidas.tbl_products.pdf_url FROM
hpamidas.tbl_manufacturers FULL OUTER JOIN hpamidas.tbl_products ON
hpamidas.tbl_manufacturers.Manufacturer_ID =
hpamidas.tbl_products.Manufacturer_ID WHERE hpamidas.tbl_products.Marker =
'MMColParam' AND hpamidas.tbl_products.Detection = 'MMColParam2' AND
hpamidas.tbl_products.Format = 'MMColParam3' ORDER BY
hpamidas.tbl_manufacturers.Manufacturer ASC I know that the problem is me
using AND but I do not know an alternative, OR does not work I am using ASP
VBSctipt and SQL Server 2000. Any help would be great
patelajk Guest
-
Need help with xml and combo boxes
Basically what im doing is a ui for a electronic book. The book is broken into 3 parts and each part has its own set of chapters. My xml schema... -
XML, Web Services & Combo Boxes
We have an existing webservice which returns one thing - a string which is XML , along the lines of <root>... -
Combo boxes
I have a combo box on one form with has a row source of 2 fields, an item number and item name. I item number width is 0 so it only displays the... -
Iframe and combo boxes
Hi, I want to link 2 drop down menus together, so that the info of one filter the info of the second without reloading the page. I understand... -
Populating several combo boxes
I have a form that will have a combo box repeated several times (continuous form, one for each record), it's going to cause a problem if each has to... -
Julian Roberts #2
Re: Search using Combo Boxes
Have a look at my 'select all' demo
[url]http://www.charon.co.uk/files.aspx?categoryid=15&filecategoryid=10[/url]
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest



Reply With Quote

