Hi All,
I am trying to display multiple columns in my combo box once the selection has been made.
To elaborate.. I have a list of suppliers with all their relevant info in one table (supplerID, supplier name, city, address, phone number, etc). At this stage, some of my suppliers are the same company, but have different warehouses in different cities. They are listed as seperate suppliers as the billing is often different depending on which city it comes from.
So what I am wanting/hoping to do, is be able to display the supplers name AND city in the combo box on the form, once the user has made the choice.
I have no problem getting the combo box to function correctly with all the data I need in the drop down, and I have the combobox bound to the supplerID. The problem I am having is once a selection has been made, I can only get the combobox to display the suppliers name OR city, not both.
To make things easy for the users (plus it helps with the layout of my form), I would really like to be able to display both columns on the form without the need to add a second text box that updates off the combobox.
Thanks in advance for any help,
Lee.
I am trying to display multiple columns in my combo box once the selection has been made.
To elaborate.. I have a list of suppliers with all their relevant info in one table (supplerID, supplier name, city, address, phone number, etc). At this stage, some of my suppliers are the same company, but have different warehouses in different cities. They are listed as seperate suppliers as the billing is often different depending on which city it comes from.
So what I am wanting/hoping to do, is be able to display the supplers name AND city in the combo box on the form, once the user has made the choice.
I have no problem getting the combo box to function correctly with all the data I need in the drop down, and I have the combobox bound to the supplerID. The problem I am having is once a selection has been made, I can only get the combobox to display the suppliers name OR city, not both.
To make things easy for the users (plus it helps with the layout of my form), I would really like to be able to display both columns on the form without the need to add a second text box that updates off the combobox.
Thanks in advance for any help,
Lee.