You can't have a contiues form, and then place inside this a antoher
continue form.
However, you can much achieve the same effivce by:
Make a nice big large blank form.
You then drop in two contiues forms. The contiues form on the left can show
the master data, and the continues form on the right can show the child
data.
There is some ideas here:
http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
So, build 2 grids using continues forms, or 2 forms in data sheet view.
You then create a 3rd "blank" form, and drop in the above 2 forms.
In the master form (which is now a subform), in the on current event, you
place the following command to make the child forms follow this form.
me.Parent.Child1.Requery
In the link child/master settings for child 1, you place:
linkChildFields main_id (whatever is the name of the field in
this sub-form that is used to relate back to the parent table)
LinkMasterFields [MasterForm].[form].[ID]