B
bobalston9
I am using Access 2003 with Jet 4.0. And Jet 4.0 supports Stored
Queries, something I have not paid any attention to until now.
http://msdn2.microsoft.com/en-us/library/aa140021(office.10).aspx
It seems that if I use the ADO syntax correctly, I can define a stored
query, with a parameter, for which I set the parameter value in VBA
(probably a global variable ??) and then use the query name in the
record source. I think that this will give me a stored procedure on
the BE jet4.0 that only passes the selected records.
MVPs (and others knowledgeable in this), does this sound correct to
you?
Anyone done any performance comparisons to see if the above ADO
process is worth the additional effort vs. the alternative of defining
a sql statement with the criteria as the record source?
Bob
Queries, something I have not paid any attention to until now.
http://msdn2.microsoft.com/en-us/library/aa140021(office.10).aspx
It seems that if I use the ADO syntax correctly, I can define a stored
query, with a parameter, for which I set the parameter value in VBA
(probably a global variable ??) and then use the query name in the
record source. I think that this will give me a stored procedure on
the BE jet4.0 that only passes the selected records.
MVPs (and others knowledgeable in this), does this sound correct to
you?
Anyone done any performance comparisons to see if the above ADO
process is worth the additional effort vs. the alternative of defining
a sql statement with the criteria as the record source?
Bob