I have a MS SQL Server 7 Table that has several inner joins (not nullable equi-joins). On the same table, I need to perform another join with yet another table, but this time with an outer join that would allow null records. <br><br>Right now I am performing these inner and outer joins using one view to consolidate both kinds. I get this "Msg 300" error not at the time of view creation, but when I run an actual query against the view.<br><br>Is there some kind of work-around for this? The same error happens even if I don't use a view for the join, but just a standard sql select statement at the prompt. <br><br>I can't find the SQL Server "Msg 300" error/solution description anywhere. If anyone can get their hands on that text and post it as a response, it would be greatly appreciated.<br><br>Thanks in advance!!!<br>Pondo<br>