C
Cardinal
I have an Access 2003 form that displays four computer labs and what
is scheduled in each room for a given day. At the top of the form is
todays date and below that are 4 data sheets (one for each lab)
showing the events taking place in the lab for that day. What would
make this even more useful is if at the top of the screen there was a
next and previous button. Therefore if someone clicked the "next"
button, it would display the next days activities for each lab and so
on. Does anyone have an idea how I might do this?
The underlying table is called RoomReservations and these are its
fields:
EventID AutoNumber
EventName Text
Location Text
ContactName Text
StartDate Date/Time
EndDate Date/Time
StartTime Number
EndTime Number
AvailableSpaces Number
Notes Memo
Thanks very much.
is scheduled in each room for a given day. At the top of the form is
todays date and below that are 4 data sheets (one for each lab)
showing the events taking place in the lab for that day. What would
make this even more useful is if at the top of the screen there was a
next and previous button. Therefore if someone clicked the "next"
button, it would display the next days activities for each lab and so
on. Does anyone have an idea how I might do this?
The underlying table is called RoomReservations and these are its
fields:
EventID AutoNumber
EventName Text
Location Text
ContactName Text
StartDate Date/Time
EndDate Date/Time
StartTime Number
EndTime Number
AvailableSpaces Number
Notes Memo
Thanks very much.