In the big scheme of things, I need several functions to be performed by a web interface / database system. In an attempt to maintain some sense of order, I'm hoping to divide common data into a seperate MySQL database away from the function specific data. For example, I need to do project allocation and vendor quality tracking. These functions are generally unrelated but call on similar data (people in the group). My plan was to create a MySQL database called "admin" which contained people, customers, locations, addresses, etc, and seperate databases for each of the other functions projectallocation, vendorquality, etc. The problem I'm seeing is that there is no clean way of creating queries across database boundaries. Does PHP support this and I'm not seeing it? Does anyone know of third party code that accomplishes this "manually"? Am I out in left field on my desire to setup the database structure this way? thanks, -- Mike Tallroth Engineering Supervisor Test DesignCenter Plexus Technology Group Neenah, WI mike.tallroth @plexus.com 920-751-5418 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php