Hi
i am having problems with a distinct query, it want to show records in the query but if there a re more than one record with the same name i just want the name to display once. Here is the query
SELECT DISTINCT tblFlowers.name, tblFlowers.productID, tblFlowers.nickname, tblFlowers.height, tblFlowers.drought, tblFlowers.type, tblFlowers.fullSun, tblFlowers.partialShade, tblFlowers.image, tblFlowers.employeeExpert
FROM tblFlowers;
what am i doing wrong??
i am having problems with a distinct query, it want to show records in the query but if there a re more than one record with the same name i just want the name to display once. Here is the query
SELECT DISTINCT tblFlowers.name, tblFlowers.productID, tblFlowers.nickname, tblFlowers.height, tblFlowers.drought, tblFlowers.type, tblFlowers.fullSun, tblFlowers.partialShade, tblFlowers.image, tblFlowers.employeeExpert
FROM tblFlowers;
what am i doing wrong??