Forum Moderators: open
SELECT DISTINCT pname, pimage, pdescription FROM tblProducts WHERE pcountry = '"& country &"' ORDER BY pname
It works, the problem is it cuts off the "pdescription" at about 300 characters, if I remove the "Distinct" from the statement the entire "pdescripion" is written on the page - does anyone know what the problem is?