Hi guys,
wonder if you could help me. Probably easy task.
I have a aggregate qry which gives me one certain date from a source table with dates.
Then I have a table with orders which contains order date. I think there is no way I can connect order table and aggregate qry.
In a query from order table I need to compare those two dates. How to implement one date from aggregate qry to order table?
Ilustration:
qryROL:
ROL date
31.8.2016
tblOrders:
orderno/ orderdate
2334/ 14.5.2015
2434/ 2.2.2015
any idea?
Thank you
wonder if you could help me. Probably easy task.
I have a aggregate qry which gives me one certain date from a source table with dates.
Then I have a table with orders which contains order date. I think there is no way I can connect order table and aggregate qry.
In a query from order table I need to compare those two dates. How to implement one date from aggregate qry to order table?
Ilustration:
qryROL:
ROL date
31.8.2016
tblOrders:
orderno/ orderdate
2334/ 14.5.2015
2434/ 2.2.2015
any idea?
Thank you