B
bg17067 via AccessMonster.com
I have two tables [Tbl_Customers] and [Tbl_Orders] these are linked by
[CustID]. When orders are entered into [Tbl_Orders] a [Date of Order] field
is populated with current date.
I am trying to write a query that will show what customers have not placed an
order within the past 365 days. I have an expression that will show orders
within a year {Between Date() And (Date()-365)} but that's as far as I can
take it.
Thanks,
[CustID]. When orders are entered into [Tbl_Orders] a [Date of Order] field
is populated with current date.
I am trying to write a query that will show what customers have not placed an
order within the past 365 days. I have an expression that will show orders
within a year {Between Date() And (Date()-365)} but that's as far as I can
take it.
Thanks,