Right here my Probelm. I have a dynamic drop down menu, which i am getting from a recordset called Parts. Simple SQL code

SELECT Description, PartID
FROM Part
ORDER BY Description

What i want to do, is place an "=" sign infront of all the PartID's. Is this possible

so instead of displaying 1,2,3 it displays =1,=2,=3

Any help would be great
thanks