It just occurs to me that the default value you want in your drop-down boxes is always 1, so in the properties of each control for product (Prods, Prods2, Prods3), you can set the Default Value to 1.
That will have the same effect as the code and will solve your problem. That's a much neater...