I have a combobox to look up a customer name from the last name and first name (lname,fname). The data tables are located on a network. I have set the rowsource to the datatable TBLMASTER, which has about 56,000 records.
The combobox is ordered by lname and fname. When I start typing the last name, the response rate is extremely slow. There is nobody else on the network. I'm guessing the response will always be slow because of the size of the table, and this probably will not work.
Does anyone have any suggestions?
Thank you.
The combobox is ordered by lname and fname. When I start typing the last name, the response rate is extremely slow. There is nobody else on the network. I'm guessing the response will always be slow because of the size of the table, and this probably will not work.
Does anyone have any suggestions?
Thank you.