Hi Golom
These tables have been created by myself, so the only columns there are:
Sales
StoreId, SalesDate, Amount
Status
StoreID, StatusDate, Status
Is there no way of producing a query which takes each entry in the sales table, and searches in the status table for the max statusdate that...