Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by menogeek

  1. menogeek

    Help writing SQL query using JOINS?

    Sorry, there is in fact a connection between the Room and Building tables i.e. there is a RoomID field in the Building Table as well. I know the table structure is ok ... it's just that when I try to use an OUTER JOIN on PersonRoom.RoomID and Room.RoomID, I get an error because there's already...
  2. menogeek

    Help writing SQL query using JOINS?

    I've simplified this so that someone can hopefully figure out how to do this. I have 4 tables: Person, Building, PersonRoom, and Room with the following relevant fields. Person: PersonID PersonRoom: PersonID, RoomID Room: RoomID, RoomNumber Building: BuildingID, BuildingName I want to...

Part and Inventory Search

Back
Top