i have database that allows a user to reserve a room for certain days throughout the week.
The table RoomRequest contains the following data:
DateReserved
RoomReserved
TimeStart
TimeEnd
Program
The form for entering data works correctly, I cannot seem to figure out how to create a report to display this information as intended.
The way i want it, is to have a column where RoomReserved is column1, then mon,tue,wed, .. in each column. i.e. The Reserved time for the day is listed for each Room. And i'll like to sort weekly. A weekly report.
This is how it should look
RoomReserved Monda y Tuesday Wednesday
Classroom1 8am-6pm 11am -2pm 9am - 2pm
Classroom2 4pm - 10 3pm -12noon 8am - 5pm
and so on
My question is, How can this layout be achieved in MsAccess considering my data table structure?
______________________
I have tried using a crosstab query: It only allows for one column. Moreso, since i want timestart-timeend and program to display under each column, i made a calculated field and choose it as "value" but that doesn't work for me... error pops saying i have to declare an "aggregate function" under value.
PLEASE TELL ME how to achieve this in access.
The table RoomRequest contains the following data:
DateReserved
RoomReserved
TimeStart
TimeEnd
Program
The form for entering data works correctly, I cannot seem to figure out how to create a report to display this information as intended.
The way i want it, is to have a column where RoomReserved is column1, then mon,tue,wed, .. in each column. i.e. The Reserved time for the day is listed for each Room. And i'll like to sort weekly. A weekly report.
This is how it should look
RoomReserved Monda y Tuesday Wednesday
Classroom1 8am-6pm 11am -2pm 9am - 2pm
Classroom2 4pm - 10 3pm -12noon 8am - 5pm
and so on
My question is, How can this layout be achieved in MsAccess considering my data table structure?
______________________
I have tried using a crosstab query: It only allows for one column. Moreso, since i want timestart-timeend and program to display under each column, i made a calculated field and choose it as "value" but that doesn't work for me... error pops saying i have to declare an "aggregate function" under value.
PLEASE TELL ME how to achieve this in access.