just like
select columns...
from table1 t1
inner join table2 t2
on t2.relatedfield = t1.relatedfield
inner join table3 t3
on t3.relatedfield = t2.relatedfield
..
just put the correct table names and correct set of columns by which they're related and you're good to go!
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/