Subform as form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When a subform being inserted in a form, a link between the two is
automaticly made.

My database has to many subforms to insert them all in one form.

Is it possible to create normal forms that reacts as a subform, so that i
don't have to worry about the correct link.


Greetings
Stefan
 
If I understand your question correctly, yes.

Create a form in the normal way, call it frmMaster for example. Create
another form in the normal way, call it frmSubForm. With frmMaster open in
design view and frmSubForm closed:
Simply drag and drop the frmSubForm from the forms list onto the frmMaster
design frame.

No linkage is created, though you can still do so via the Properties window.
You can repeat this process for as many subForms as you like.

TomU
 
Back
Top