I have made a simple database that will make reservations. The main fields are name, date of reservation and bed number. I have tried to make a query which will show all the beds that are free given a specific date. But it will not show any beds that haven't been added to a record.
For an example: two beds with number 305-1, 305-2 have been reserved, but the bed field (in the table) has four other beds, with the values 305-3 to 305-6. The query I was hoping of making shows the last mentioned beds which hasn't been reserved.
Thanks for the help in advance
Alexi
For an example: two beds with number 305-1, 305-2 have been reserved, but the bed field (in the table) has four other beds, with the values 305-3 to 305-6. The query I was hoping of making shows the last mentioned beds which hasn't been reserved.
Thanks for the help in advance
Alexi