Combo Box Question

GeoNelix

Registered User.
Local time
Today, 09:51
Joined
Aug 27, 2002
Messages
30
Hello All,
I have an Access Front End System sitting on top of a SQl Database. There is a name search item in which the user selects a name from a combo box and clicks "Find". The combo box uses a queried name list, with the name built LastName, FirstName. The problem is that the combo box only lists up to the V's - no names past that. The query behind the combo box lists all names A thru Z, but still, the combo box only displays last names up to V. There are over 77,000 names - does Access limit the number of items in a combo box? Any work-arounds available? Thanks in advance!
 
I think it limits at the integer, 64k something i think....

Dont know of any workarounds other than have the users click a start - letter first then the combo, severly limmiting the number of records to show....

Regards & GL
 

Users who are viewing this thread

Back
Top Bottom