G
Guest
Hi
I have a single view form. This form has its Record Source property set to the 'Customers' table containing about 75,000 records. On this form I created an unbound Combo Box. I displayed the First_Name, Middle_Name and Last_Name of customers in this box. The data in combo box is being picked from the same 'Customers' table that contains the details to be shown on the form. I want to display the details of the customer selected by the user in the unbound combo box.
I created the combo box using the wizard. I selected the option: 'Find a record on my form based on the value I selected in my combo box'.
My problem: The combo box doesn’t display all the names from the table. But if I type a name that is present in the table, and hit the 'Enter' key on keyboard, it displays the corresponding data on the form.
My queries
1. Is there a limit on number of rows that can be displayed in the combo box? If yes, then how to overcome this barrier to show all the names.
2. Is there a way to increase the lookup speed in the combo box?
Thanks a lot for your help
Shobh
I have a single view form. This form has its Record Source property set to the 'Customers' table containing about 75,000 records. On this form I created an unbound Combo Box. I displayed the First_Name, Middle_Name and Last_Name of customers in this box. The data in combo box is being picked from the same 'Customers' table that contains the details to be shown on the form. I want to display the details of the customer selected by the user in the unbound combo box.
I created the combo box using the wizard. I selected the option: 'Find a record on my form based on the value I selected in my combo box'.
My problem: The combo box doesn’t display all the names from the table. But if I type a name that is present in the table, and hit the 'Enter' key on keyboard, it displays the corresponding data on the form.
My queries
1. Is there a limit on number of rows that can be displayed in the combo box? If yes, then how to overcome this barrier to show all the names.
2. Is there a way to increase the lookup speed in the combo box?
Thanks a lot for your help
Shobh