multipage - tabbed form

  • Thread starter Thread starter Wim
  • Start date Start date
W

Wim

Hi all,

I have to display a lot of information on the same person
on one screen : e.g. all personal data, all course data,
all exam data, all payment data, for which I have all kind
of forms.

Is it possible to have subforms linked to one person but
displaying them on a tabbed form ? The relationship is of
course one to many, and sometimes there no linked data at
all.

Thanks,

Wim
 
Yes, you can use a Tab Control with multiple Pages and place a Subform on
each Page.

Note that this may create some delay when you open the Form as all the
Subforms will be loaded at the same time.
 
Thank you for your answer, but how do I link these records
in the subform to the active record on the first page ?

Wim
 
Don't worry about the TabControl. Simply use the LinkMasterFields and
LinkChildFields of each SubformControl to link the Subforms to the Main
Form.
 
I'll give it a try.
Thank you,

Wim
-----Original Message-----
Don't worry about the TabControl. Simply use the LinkMasterFields and
LinkChildFields of each SubformControl to link the Subforms to the Main
Form.

--
HTH
Van T. Dinh
MVP (Access)






.
 
Back
Top