Setup Combo Box (with 3 fields) - Assistance with why it won't sort my Form Items Correctly

squeakums

Well-known Member
Joined
May 15, 2007
Messages
823
Office Version
  1. 365
I have a Combo Box with (3) Fields:

SELECT [GP Schedule].[EVM/VM], [GP Schedule].BEID, [GP Schedule].BusinessEntityName
FROM [GP Schedule]
WHERE ((([GP Schedule].[EVM/VM]) Is Not Null))
ORDER BY [GP Schedule].[EVM/VM];


I have it setup and bound to Column 2 - which is the BEID. When I select the items it won't change on my form. If I setup the combo box bound to column 1, it filters only by the EVM Name and not by the EVM and by the BE ID so that is why I was only trying to set it up to filter by BEID in my form. Any suggestions please?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,213,527
Messages
6,114,144
Members
448,552
Latest member
WORKINGWITHNOLEADER

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top