I have a database with approx. 15 tables and 7 forms. My main form "contracts" is for the general information about the contract. I then have several "subforms" such as Paying office info, Activity Log, Line Item Details, etc. If I put the subform on the main form, it looks terrible but functions okay. What I really want, however, is to be able to have a button on the main form that will take me to the subform on its own screen. Then, when you're done filling in the info on the subform, I have a button that saves that form and returns you to the main form where you can then click a button to access a different subform. The only time I want it altogether is in a report view. Here's the problem. When the subform is on a separate screen accessed by a button on the main form, the data is not linked to the main form. In other words, no matter what contract record I view on the main form, when I go to the subform the data there is for the first record I entered. Sorry if that's confusing. How do I visually achieve having the subform separate from the main and still have the data between the two linked?