Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Filter recordset by item quantity...?
Hi - using APS/Access/VB script. Have a shopping cart table displaying all
products that are bought from my webshop. OrderID, Product name and quantity
of each product is in the table ( + some more...) My goal is to make a
recordset displaying 'the 5 most popular / bought products in my webshop' Guess
I need to filter a recordset based on quantity of each item in the table, but
how? Need help on this, please. Thanx! Bjorn-Tore
btn Guest
-
Recordset filter question for MySQL
Hi I am looking to filter a query with three conditions and can not find the correct syntax. I am looking to search on a type of vehicle then a span... -
Can't not choose field for filter in recordset dialogbox
Dear All, I deveop website by DreamweaverMX. I have some problem with dynamic page for ASP when I click binding-->recordset if I choose field for... -
Recordset Filter question - Nested repeat region
Hi, I am using Tom Steepers Tutorial to nest a recordset found here.... http://www.dmxzone.com/ShowDetail.asp?NewsId=394 Does anyone know... -
Automatic Quantity
Hi, Im having a real braindead moment! Im trying to make my database change the quantity automatically, but cant get it to work! Its based on... -
testing for a null Date in the Filter property of a RecordSet object?
Hello, I am new to using the filter property. When I try publishDate = '' I get a type mismatch error. Any ideas? Thanks Rich -
Julian Roberts #2
Re: Filter recordset by item quantity...?
Maybe something like
select top 5 ProductName from OrderDetails
group by Productname
order by Sum(Quanity) desc
--
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

