D
Dave
I have a customer list (tblCustomers)
And an Orders table (tblOrders)
I want to have an admin area functionality that prunes (hides from display
in any list or report) Customers from the list that have not placed an order
in X number of days (Admin can enter the number of days in a text box)
Solution does not have to be in days or in a text box. Could be several
check boxes (30 days, 10 weeks, 2 years...).
I am just looking for the simplest solution for us to limit the Customer
list by last order date.
Any help here will be appreciated.
Thanks in advance
And an Orders table (tblOrders)
I want to have an admin area functionality that prunes (hides from display
in any list or report) Customers from the list that have not placed an order
in X number of days (Admin can enter the number of days in a text box)
Solution does not have to be in days or in a text box. Could be several
check boxes (30 days, 10 weeks, 2 years...).
I am just looking for the simplest solution for us to limit the Customer
list by last order date.
Any help here will be appreciated.
Thanks in advance