I have two databases that I need to have merged. One database ("DB-A" sales listed by item) needs to have the info from a different database ("DB-B" item list with details) combined so they can be analyzed. DB-A has the same items listed numerous times while DB-B has one instance per item. I want DB-A to list all the info from DB-A and DB-B per row. I would also like DB-A to have a few other fields that are pulled from another small list based on certain feild values within its row. ...