B
Bibi
I have a reservation db. It works very well EXCEPT that I do not know how to
create a query that will show which properties are available on a certain
date or range of dates.
tblTenants, tblLeases, tblProperties, and tblDatesReserved. - tblLeases has
arrive date and depart date.
I have created a subform for the main registration form that I use to
enter the date of each night reserved into tblDatesReserved. I do not know
how to show that each date between the arrive date and the depart date (-1)
is reserved for the property leased and that a date/property combo that is
not reserved is AVAILABLE. I can not write code .
I do have a pivot table that illustrates availability by blanks but I
would really like to be able to use a query.
create a query that will show which properties are available on a certain
date or range of dates.
tblTenants, tblLeases, tblProperties, and tblDatesReserved. - tblLeases has
arrive date and depart date.
I have created a subform for the main registration form that I use to
enter the date of each night reserved into tblDatesReserved. I do not know
how to show that each date between the arrive date and the depart date (-1)
is reserved for the property leased and that a date/property combo that is
not reserved is AVAILABLE. I can not write code .
I do have a pivot table that illustrates availability by blanks but I
would really like to be able to use a query.