G
Guest
I have a form with multiple combo boxes. The combo boxes have several
columns. I need to be able to store the unique ID # in one field, and the
name assosciated with the unique ID for another. Currently I have a work
around where I use a second Combo box that is filtered to only show the name
assosciated with the unique ID that is input by the 1st box. I could also
create a listbox that displays only the information I want, but it won't
select it and input it into the table without clicking on it. If there is a
way to eliminate the extra step it would help me greatly. The information I
want is displayed in the columns of the combo box, but I need the ID and the
name stored in different columns in the table. I hope I was clear on what I
am trying to do.
columns. I need to be able to store the unique ID # in one field, and the
name assosciated with the unique ID for another. Currently I have a work
around where I use a second Combo box that is filtered to only show the name
assosciated with the unique ID that is input by the 1st box. I could also
create a listbox that displays only the information I want, but it won't
select it and input it into the table without clicking on it. If there is a
way to eliminate the extra step it would help me greatly. The information I
want is displayed in the columns of the combo box, but I need the ID and the
name stored in different columns in the table. I hope I was clear on what I
am trying to do.