So I have an admittedly odd join, but I need to join these tables so that I get a row with any of the three tables have something n it. As shown below. The problem that I am having is that it looks like it looks for a join in table1 to table2, and if there isn’t join there, doesn’t do table 1 to table 3. It treats them like they don’t match I can change the behavior by changing the order of the tables, but it will always leave off the last table and just make a new row…
Is there a better way to make a join like this? Should I put this in the suqbqery criteria instead? Or do I need yet another level to make this work? (this query already has 9 subs plus the top level, lol)
I ended up going a little different direction and instead of doing the joins that way (in order to get that calculated field at the beginning with the job information in one column) I ended up using the XML path method. I can adjust what I am doing in my Bartender report to work with page breaks and start of group headers to make this work.