Hello,
I have a SQL statement which is based on two grouping subqueries which are defined and saved in an Access database.
e.g.
Select subquery1.SumOfSomefield, subquery2.SumOfSomefield, ..., form subquery1 inner join subquery2 on...
My problem is that I need to pass criteria parameters to those subqueries from code (e.g. to see data from a given period of time)
Could anyone help me?
Thanks in advance
Jaco
I have a SQL statement which is based on two grouping subqueries which are defined and saved in an Access database.
e.g.
Select subquery1.SumOfSomefield, subquery2.SumOfSomefield, ..., form subquery1 inner join subquery2 on...
My problem is that I need to pass criteria parameters to those subqueries from code (e.g. to see data from a given period of time)
Could anyone help me?
Thanks in advance
Jaco