When creating large Portal solutions with SharePoint you need to think about using more then one Site Collection. By using more then one Site Collection you can isolate information within the Portal and give it its own security settings, content databases, masterpages and more. But in some cases you will need to access a SPList from another Site Collection. For example when you store global data in a listing in one place needed through out the whole Portal. The following code finds the SPList object...