creating two subforms

S

Shannon

I am trying to create a form with two subforms through the wizard. When I
try to add just one (either of the two), the subform box comes up, but when I
do only one, it doesn't. Is there anyway I can do it manually?
 
V

Van T. Dinh

1. Create 2 Forms to be used as Subforms (more accurately, to be used as the
SourceObjects of the SubformControls.

2. Add a SubformControl (from the ToolBox) to the main Form.

3. Open the Properties window of the SubformControl, set its SourceObject to
one of the 2 Forms created in point 1 then set the LinkMasterFields &
LinkChildFields.

4. Repeat the steps 2 & 3 for the second Subform
 
Top