I have three tables with a one to many relationship as shown below. What I would like to do is select all the data from “tblOne” based on their relationship to “tblThree”.
So without having a query to get all tblTwoIDs I would like to select from tblOne where tblThreeID equals an “Inputed Value”
Hope this makes sense,
Thanks
Ben
tblOne
tblOneID
data
tblTwoID
tblTwo
tblTwoID
data
tblThreeID
tblThree
tblThreeID
data
If you don’t need to ensure that the records exist in
tblThreethen you don’t need to join to it at all: