Hi,
I use this code on combo boxes on many different forms, but on this particular form, I keep getting 'Run-time error 13' on "Me.WIDTH = Me.PRODUCT_ID_COMBO.Column(4)" if the column has no data, and also, if it does have data, it will not insert it into the form like all the others do. The...