I have created a sub-form bound to a separate table and joined via a record number. I have created a control button on my main form that brings up the sub-form. A user inputs specific data, saves and exits the sub-form, returning to the main form. When the user then selects to go back into the sub-form for editing of info, the data is gone. The table has the stored data in it, but I am confused how to have the data come up upon entry into the sub-form. What function am I missing here?