I have a table that stores each of our properties and whether they have certain icons against them on the website. This table is updated on a daily basis and date stamped.
Table Fields:
- DateStamp,
- PropertyCode,
- PropertyName,
- FacilityBabyFriendly,
- FacilityDogsAccepted,
- FacilitySwimmingPool,
- FacilityHotTub, FacilityInternetAccess,
- FacilitySeaViews,
- FacilityParking
All the Facility fields are stored as a 1 [has icon] or 0 [no icon]
What I need is query that shows me, by property, if any of the facility fields have changed on a daily basis.
If anyone could point me in the right direction, if would be much appreciated.