T
Troy
I have an Access 2000 database with a standard frontend/backend setup
(backend has tables, frontend has everything else).
I do a lot of DAO SQLSelect access in VBA to get to the data in the tables.
I have tried to make sure that the SQL statements are as specific as possible
to minimize the amount of data returned to the calling functions.
My question is how are indexes used in this situation? Are the indexes that
are created in the Table design automatically used? Do I need to create
custom indexes or is there a SQL way I should be doing this? I want to
improve the overall performance of the SQL Queries, but I am not clear how to
make sure the queries are being aided by an index.
I hope the above makes sense.
Thanks
(backend has tables, frontend has everything else).
I do a lot of DAO SQLSelect access in VBA to get to the data in the tables.
I have tried to make sure that the SQL statements are as specific as possible
to minimize the amount of data returned to the calling functions.
My question is how are indexes used in this situation? Are the indexes that
are created in the Table design automatically used? Do I need to create
custom indexes or is there a SQL way I should be doing this? I want to
improve the overall performance of the SQL Queries, but I am not clear how to
make sure the queries are being aided by an index.
I hope the above makes sense.
Thanks