I need to link two queries together that don't have common fields. For example, I have a continuous improvement project database where I'm creating new projects to start and I have a Rejections database where if we have a rejection and determine a corrective action to fix the problem, there will be a check box on the form that says "should a project be created?" If this is checked "Yes" then a new record in the continuous improvement project database will be created and the corrective action description will automatically populate in the description field on the Continuous Improvement Project Form. I also want to be able to create projects that are independent from the Rejections database. I also need to be able to store this data somewhere in the continuous improvement project database without it updated the rejections database. Is there anyway to do this?