I have a combo box on a form that performs a look up of names. There are approximately 71,000 records (and more to enter) in the table that the combo box looks up data in.
The names are sorted alphabetically by last name. Currently, the lookup only will show names up to names beginning with TUCH (approximately the 65,000 name).
Is there a limit to how many records can be displayed in the drop down window of a combo box.? And if so, is there a way to display all the records in an alternate way?