Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Access VBA get two values from ComboBox

Hi

I have a ComboBox as shown in the image below.
There is  Listbox below it.
I want to get the Part Number which is the first part of the ComboBox item and then the Description, which is the second
part of the item and add a new row to the ListBox where the Part Number goes into the first column and the Description goes into the second part of the List Box. What VBA code would I use?

User generated image
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thank you
You're welcome.