I have an unbound combo box based on a query containing 3 fields:
1) Company Name
2) CustID
3) Category1
All the fields are ticked to show in the query. The Category1 field has criteria looking at the SysParams table. This value will always remain the same for each record. I make this my bound field. I set the column widths property to 5cm, 0cm, 0cm respectively so that only Comapny Name is displayed. However when I try to select an entry all it ever displays is the first entry in the drop-down list.
If however I make my bound column the second field - CustID - then it works perfectly and I can select different company names. Can you not bind a combo box to the field that contains the criteria in a query?
1) Company Name
2) CustID
3) Category1
All the fields are ticked to show in the query. The Category1 field has criteria looking at the SysParams table. This value will always remain the same for each record. I make this my bound field. I set the column widths property to 5cm, 0cm, 0cm respectively so that only Comapny Name is displayed. However when I try to select an entry all it ever displays is the first entry in the drop-down list.
If however I make my bound column the second field - CustID - then it works perfectly and I can select different company names. Can you not bind a combo box to the field that contains the criteria in a query?