I'm stuck on trying to sort this one.....
2 tables
RefTable = StockCode, StockCAT
DataTable = Account, StockCode, Date
What I am trying to find out is from RefTable with a filter of StockCAT = 10112 or 10115 what products are customers not buying within a certain date range grouped by account
How would I set this one up ?
2 tables
RefTable = StockCode, StockCAT
DataTable = Account, StockCode, Date
What I am trying to find out is from RefTable with a filter of StockCAT = 10112 or 10115 what products are customers not buying within a certain date range grouped by account
How would I set this one up ?