K
Karren Lorr
Hello
I am just starting to create this so I can re-do the whole thing if I need.
Say I have a table with class rooms in
TableClassRooms
RoomID
RoomNumber
RoomFacilities
etc
And another table with possible dates
TableDates
DateID
DateStart
DateEnd
etc
How can I join these tables so I can see all possible mixes.
eg.
01/01/2009 Room1 Room2 Room3 etc
02/01/2009 Room1 Room2 Room3 etc
03/01/2009 Room1 Room2 Room3 etc
Thank you if you can offer any help with this
I am just starting to create this so I can re-do the whole thing if I need.
Say I have a table with class rooms in
TableClassRooms
RoomID
RoomNumber
RoomFacilities
etc
And another table with possible dates
TableDates
DateID
DateStart
DateEnd
etc
How can I join these tables so I can see all possible mixes.
eg.
01/01/2009 Room1 Room2 Room3 etc
02/01/2009 Room1 Room2 Room3 etc
03/01/2009 Room1 Room2 Room3 etc
Thank you if you can offer any help with this