Didn't see the "12" right away, read it too fast. Yep, you need TRIM$()
Except wait a minute... are the product IDs stored as strings with explicit leading spaces? Then TRIM$ will work. But what if they are stored with explicit leading zeroes - AS STRINGS? Because in that case, TRIM$ will do nothing.
We need to ask that question about data format before making a blanket statement about how to do this right.
@Number11 - what is the EXACT format of storage for those product ID numbers? (Including details of how they are stored.)
So they are just a string of numbers that could be as low as 7 digest and as high as 13 all within a table ProductID = number and then Product Name = Product name like Side Panel, Tap, Lower Rear Panel"