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 the query directly from Project Manager/Query and all 3 fields are there and look perfect.
I am not a VFP 6 programmer but I am trying to figure this out.
Thanks in advance,
Charlie
select prod_id_2,prod_desc,size from sw_prod order by sw_prod.prod_id_2
I ran the query directly from Project Manager/Query and all 3 fields are there and look perfect.
I am not a VFP 6 programmer but I am trying to figure this out.
Thanks in advance,
Charlie