Robert,<br> A subform is simply an embedded form on another form. Generally, you use form A to show info on a customer(Name,Address,etc.) and the subform (form B,which is basically just a contained object of form A) would show all orders for that customer. The subform is generally done in gridular format.<br> Personally, I never liked sub-forms because I felt they "cluttered up" the form.<br><br>Karen,<br> What exactly do you mean by "form type of format"? Do you mean having objects in the subform to display your information, ie textboxes,labels,etc?<br><br>Jon