BradCollins
Technical User
Hi all,
I amtrying to create a form in a spreadsheet style that displays room bookings over a period of time.
Now I have read countless topics on this forum and have managed to create the form (based on the room table) as a continuous form so that each room is displayed in the left column.
I then created a range of unbound fields across the top of the form to contain the date and some navigation buttons to enable the user to scroll through the dates.
I have another raft of unbound fields next to each room on the continuous form that compare the room and the date field and then display wether or not it is booked.
So what I have now looks like this :
Date1 Date2 Date3 Date4 Date5 Date6 Date7
Room1 booked booked
Room1 booked booked
Room1 booked booked
Room2 booked booked
Room2 booked booked
what I would like is the form to look like this:
Date1 Date2 Date3 Date4 Date5 Date6 Date7
Room1 booked booked booked booked booked booked
Room2 booked booked booked booked
Can any assist with the code or design on how to get the room bookings to all appear on only one line.
Thanks in advance for your help and advice
I amtrying to create a form in a spreadsheet style that displays room bookings over a period of time.
Now I have read countless topics on this forum and have managed to create the form (based on the room table) as a continuous form so that each room is displayed in the left column.
I then created a range of unbound fields across the top of the form to contain the date and some navigation buttons to enable the user to scroll through the dates.
I have another raft of unbound fields next to each room on the continuous form that compare the room and the date field and then display wether or not it is booked.
So what I have now looks like this :
Date1 Date2 Date3 Date4 Date5 Date6 Date7
Room1 booked booked
Room1 booked booked
Room1 booked booked
Room2 booked booked
Room2 booked booked
what I would like is the form to look like this:
Date1 Date2 Date3 Date4 Date5 Date6 Date7
Room1 booked booked booked booked booked booked
Room2 booked booked booked booked
Can any assist with the code or design on how to get the room bookings to all appear on only one line.
Thanks in advance for your help and advice