Copy and paste the below function into a module and call it from your query. The function will create a comma delimeted string of the given Product ID. I have not tested it becuase I dont have a copy of the db. Also I would add some error handling.
Public Function ListCom(ProductID As Long) As...