Form- Combo Box Linked to Table

Jonbob

Board Regular
Joined
Feb 6, 2003
Messages
160
I have a form with a combo box linked to a table which contains 100,000 rows. When I pull up the list, it cuts off at record #65,536.

Is there a workaround to this?

Thanks,
jonbob
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Is the data that you want in the combobox unique?

If not then you could use a query to group it.
 
Upvote 0
So you have >100,000 values in the field that populates the combobox?
 
Upvote 0
Not sure, but that sounds suspiciously like a row limit to me.
You could try having another Combo above that, with letters A to Z, that filters on the first letter of your main combo. That way, you can accommodate the full list -- and it should run a bit faster too.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,810
Messages
6,162,108
Members
451,743
Latest member
matt3388

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