I have one single form with multiple sub-forms that are used to split up one record. The record had many fields, and I thought it would be easier for the user. I wanted to set each of the sub-forms to the properties "data entry" option so it would only store records in the table and not in the forms to speed up the forms. However, every time I click through the tabs it starts a new record for each of the subforms and I may have 10 records in my table as I intended to be one. I want all the sub-forms and the fields in them to be treated as one record, with one "data entry" property. Is this possible?