S
SAC
I want to improve the time it takes to display records on a form.
I have a table with 24,000 records in it and across a network it takes
longer than I would like to display records.
I'm using a sql statement to set the recordsource for the form. The reason
for this is that the record source changes a little based on different
selections after the form is displayed.
First of all, the initial sql statement has on order by clause in it with
two fields. Should I set and index on this table with these two fields in
it?
Thanks.
I have a table with 24,000 records in it and across a network it takes
longer than I would like to display records.
I'm using a sql statement to set the recordsource for the form. The reason
for this is that the record source changes a little based on different
selections after the form is displayed.
First of all, the initial sql statement has on order by clause in it with
two fields. Should I set and index on this table with these two fields in
it?
Thanks.