one to many forms

  • Thread starter ashraf_al_ani via AccessMonster.com
  • Start date
A

ashraf_al_ani via AccessMonster.com

Dear All

I have a form(A) and from that form i want to open another form (B) the form
B would be as sub form to the form A \

I mean 2 forms (A,B)
i open B from A by a command button and B will be as a sub form to the form
A

I hope Ive reached my problem to you

Best regards
 
B

BruceM via AccessMonster.com

To make a subform, make a main form and another form to use as a subform.
Use the toolbox to add a subform control to the main form. Set the Source
Object of the subform control to the name of the subform. Set the Link Child
and Link Master properties to the linking fields. If the subform is not
linked to the main form you do not need to set the link properties (for
instance, if you are using a subform for record navigation).

You can hide or unhide the subform by setting the Visible property of the
subform control to Yes or No.
 
Top