J
JimS
Using Access 97 (sr-2)...
I have a form with a combo box (cbVendorID). The control source property is
blank. The row source is <SELECT * from tbl_Vendor>. Number of columns is 4,
(Vendor ID, Vendor Code, Vendor Name, Contact Name). Bound column is 3
(Vendor Name), Column widths are 0,1,1,1.
I can choose a vendor just fine. But the box shows the Vendor Code, no
matter what I put in the Bound Column property.
I tried using the combo box wizard to build another box from scratch. Sure
enough, same behavior. Must be table related... But the table couldn't be
simpler. It's an ID (autonumber) and three text items. No lookups. There are
relationships set up (it's a commonly used reference table...)
Any ideas?
I have a form with a combo box (cbVendorID). The control source property is
blank. The row source is <SELECT * from tbl_Vendor>. Number of columns is 4,
(Vendor ID, Vendor Code, Vendor Name, Contact Name). Bound column is 3
(Vendor Name), Column widths are 0,1,1,1.
I can choose a vendor just fine. But the box shows the Vendor Code, no
matter what I put in the Bound Column property.
I tried using the combo box wizard to build another box from scratch. Sure
enough, same behavior. Must be table related... But the table couldn't be
simpler. It's an ID (autonumber) and three text items. No lookups. There are
relationships set up (it's a commonly used reference table...)
Any ideas?