I have a combobox that loads data from a table with 60.000 records. The source table is not local, is linked from SQL Server with ODBC. I save the combobox value into an access linked table.
The problem is that is taking too long to load the data into the combobox. Is there anything i can do to reduce the time needed to load data?
Thank you in advance.
The problem is that is taking too long to load the data into the combobox. Is there anything i can do to reduce the time needed to load data?
Thank you in advance.