Max 65536 rows in drop-down list (Access) 
Author Message
 Max 65536 rows in drop-down list (Access)

It seems like Access can only show (and work with) the
first 65536 records in a combo box drop-down list. Is
there any way of tracking down the variable Access uses
to store this number - is it perhaps 32-bit in later
versions?

I'm using Access 97 although the problem persists after
conversion in Access 2000. The "listcount" property
reports 65535 records, but the query I'm using as
the "rowsource" returns over 200000 results when run BY
itself.



Sun, 30 Oct 2005 20:07:18 GMT  
 Max 65536 rows in drop-down list (Access)
65536 is a very generous limit for a combo box.  How many days do you want
your user to scroll down it?  I think that you need to think of some way to
limit the number of items in the box.  Have the user select the first
character of the alphabet or first few letters or numbers or some other
limitation.  Then only fill the combo box with the limited items.  HTH

Kim


Quote:
> It seems like Access can only show (and work with) the
> first 65536 records in a combo box drop-down list. Is
> there any way of tracking down the variable Access uses
> to store this number - is it perhaps 32-bit in later
> versions?

> I'm using Access 97 although the problem persists after
> conversion in Access 2000. The "listcount" property
> reports 65535 records, but the query I'm using as
> the "rowsource" returns over 200000 results when run BY
> itself.



Tue, 01 Nov 2005 02:27:50 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Drop Down List Box - Drop Down portion does not always disappear after Click event

2. DataCombo: How to change number of rows in drop-down list

3. DataCombo: How to change number of rows in drop-down list

4. mdb data access with drop down list?

5. Selecting Access column into drop down list

6. True DB Grid5: TDB DropDown Like List Drop Down

7. Drop-down list in a list view

8. List of servers in VB for a drop down list

9. Press F1 key while drop-down menu item highlighted, drop-down menu stays on top

10. Data bound drops downs dont drop down!

11. VBA code to go to a bookmarked drop down goes to wrong drop down

 

 
Powered by phpBB® Forum Software