I would be so grateful for some help as I have been stuck on this problem for a while.
I have two tables:
"properties" with columns - property_id, property_name
"availability" with columns - avl_id, property_id, date
eg..
property: 1,house 1 and avl: 1,1,2008-12-20
The availability table...