Hi All,
I'm creating a database for managing the Leases of a number of different properties, these leases typically run for six months.
As such I have three tables : Tenants, Properties and Leases.
What I'm struggling to create is a query or vba script that can, for a given start and end date, tally the number of days that a property has not been leased.
Could anyone point me in the right direction on what I could research to accomplish this?
Many thanks,
Will