Ok well there is a main facility table with the name address zip etc. Then there are more specific tables like network, server, APplication, etc. Each table that is not the facility table has a foreign key referencing an autogenerated number for each facility. But there is nothing else in each table that is unique. Is it OK that all I have is a FK in each table that is not the facility table?