Hi, I have a combobox that I have set the following query to in the RowSource property and when run, I only get the 1st field (prod_id_2) to display. I can not figure out why it is not displaying the other 2 fields.
select prod_id_2,prod_desc,size from sw_prod order by sw_prod.prod_id_2
I ran...