Starting my thinking again!
I have tow forums which have the same customers and I didnt want them to have to log into both forums.
So if both forums ran from teh same database I wanted to be able to look uup the memebr details from each forum from teh same table within the single combined database.
Looking at the tables and your comments it looks like it is possible to set up tw oforums from one databsae but both forums use differnet table prefix which emans the yare really separet even thouh contained within the same databse. ie they are not able to look uo the same member details etc and even the moderators will have to belisted in each table with teh different prefix.
If that is so, is it possible to hard code into common.asp and default.asp the actual table name to the member table details etc? If I wanted to set this up so that members did not need to log in to each forum what tables need to be hard coded and which files do I need to hard code thosetables into?