L
Linwohtohai
Hello
I am sure this question is already answered, but so far I havent found the cure for this problem. I have two tables lemme call them tbl1 and tbl2. tbl1 has 2 fields, RoomNo and Type. tbl2 has many fields (including RoomNo and Type
Depending upon the type, I want to select all the results from tbl1 minus tbl2. To Further illustrate, here is sample data
tbl
RoomNo Typ
100 LuxurySuit
101 LuxurySuit
102 DoubleBe
103 DoubleBe
104 SingleBe
105 SingleBe
tbl
RoomNo Typ
102 DoubleBe
The Inner Join Query result provides me with 102 Doublebed as the result, instead I want RoomNo 100, 101, 103, 104 105 as the result. Any help will be appreciated. (Sorry for the long post.
Linwohtoha
I am sure this question is already answered, but so far I havent found the cure for this problem. I have two tables lemme call them tbl1 and tbl2. tbl1 has 2 fields, RoomNo and Type. tbl2 has many fields (including RoomNo and Type
Depending upon the type, I want to select all the results from tbl1 minus tbl2. To Further illustrate, here is sample data
tbl
RoomNo Typ
100 LuxurySuit
101 LuxurySuit
102 DoubleBe
103 DoubleBe
104 SingleBe
105 SingleBe
tbl
RoomNo Typ
102 DoubleBe
The Inner Join Query result provides me with 102 Doublebed as the result, instead I want RoomNo 100, 101, 103, 104 105 as the result. Any help will be appreciated. (Sorry for the long post.
Linwohtoha