Display all prossible sets

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
 
S

Stefan Hoffmann

hi Karren,

Karren said:
I am just starting to create this so I can re-do the whole thing if I need.
And another table with possible dates
How can I join these tables so I can see all possible mixes.
You need a cross join. Create a new query and open it in design view.
Add both tables to it and remove the reference line between them, if
there is any added by Access. Choose your fields and you're done.


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top