G
Guest
Which is more efficient:
Dim a sql_string, queryDef and rec_Set and use VBA code to populate a
recordset
or
use a stored proc and:
set recset = currentdb.openRecordset("the query's name")
to do it?
How would I use the VBA code to pass parameters to these queries?
Dim a sql_string, queryDef and rec_Set and use VBA code to populate a
recordset
or
use a stored proc and:
set recset = currentdb.openRecordset("the query's name")
to do it?
How would I use the VBA code to pass parameters to these queries?