Pepe,
In your SELECT statement, use SELECT DISTINCT. For example:
SELECT DISTINCT Itemname FROM TABLE WHERE UserID = '2A'
Of course, you would modify it for your needs, but that might work for you. If it doesn't, I believe I read somewhere that there might be an issue with the DISTINCT keyword and ORDER BY.
Hope this helps,
Joseph