resolution of list box?
i too am looking at a similar situation which i cannot resolve
i have a recordset with data from my image table, size table and price table, but my listbox shows all records and is not filtered.
SELECT *
FROM tblimage INNER JOIN tblprice ON tblprice.ImageID = tblimage.ID INNER JOIN tblsize ON tblprice.sizeID = tblsize.SizeID
link to temporary url
gallerymulti.php?CategoryID=1