I'm not sure what to tell you...if you are coding your own sql in the report, you should be able to use whatever the native syntax is for your database. For example, in Oracle you can use the "left_table.column (+)= right_table.column" syntax (or the ANSI "LEFT OUTER JOIN" syntax in newer versions I think I read somewhere). Try copying the sql and running it directly against the database, if that works it should work in RS as well.