Hi,
I have 3 access queries
qry01_SalesHistory gets the data from a linked table with parameters for start & end date
qry02_SalesHistory queries qry01 and groups and sums data
qry03_saleshistory queries qry02 and displays the end data.
How can I run qry03_SalesHistory from an ASP page as it keeps telling me it expected 2 parameters but the dates are not in qry03.
I hoep i have explained this properly
Regards
Paul
I have 3 access queries
qry01_SalesHistory gets the data from a linked table with parameters for start & end date
qry02_SalesHistory queries qry01 and groups and sums data
qry03_saleshistory queries qry02 and displays the end data.
How can I run qry03_SalesHistory from an ASP page as it keeps telling me it expected 2 parameters but the dates are not in qry03.
I hoep i have explained this properly
Regards
Paul