have a combobox with 2 columns. First column has Company name and second column has an integer value next to it. For example,
A Company 10
B Company 20
C Company 30
D Company 40
The combo box should display Company name and store the integer value next to it in the database field. Please help.
Thanks.
A Company 10
B Company 20
C Company 30
D Company 40
The combo box should display Company name and store the integer value next to it in the database field. Please help.
Thanks.
Comment