B
Brian
In the process of migrating Access mdb fe/be to Access MDB fe / SQL (MSDE)
be. What is the best method for passing queries to the server?
Concatenate the SQL in VBA - if so, how do I pass to server (SQLExec?)?
Create/call stored procedure?
Several of my forms open very slowly in Access fe/be structure because of
the complexity of the queries behind the combo box I use as a record selector
on those forms. I allow the user to select any combination of about 12 other
combo boxes that filter the selector's RowSource on various fields. How might
one transfer the workload of returning the results of such a complex
RowSource to the SQL server?
be. What is the best method for passing queries to the server?
Concatenate the SQL in VBA - if so, how do I pass to server (SQLExec?)?
Create/call stored procedure?
Several of my forms open very slowly in Access fe/be structure because of
the complexity of the queries behind the combo box I use as a record selector
on those forms. I allow the user to select any combination of about 12 other
combo boxes that filter the selector's RowSource on various fields. How might
one transfer the workload of returning the results of such a complex
RowSource to the SQL server?