The following article provides an example of how to create a report using the Report Wizard.
Report
The Unassigned Rooms Report can be used to assist in finding upcoming reservations that do not have a room number assigned.
Filter
This filter shows all reservations that do not have a Room Number assigned (it is looking for reservations where the Room Number is "Null" (ie: empty).
Reservations.[Status] = 'RESERVATION' AND IsNull(Reservations.[Room],'') = ''







