I have multiple tables:
tblRegion - RegionID, Region
tblProperty - PropertyID, Property, RegID(foreignkey)
tblAddress - AddID, Address, PropID(FK)
tblUnits - UnitID, Unit, ADDID(FK)
tblStatus - StatusID, Status, StatusDate, UnitID(FK)
I need to group and find date difference for each...