multipage - tabbed form

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
 
V

Van T. Dinh

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.
 
W

Wim

Thank you for your answer, but how do I link these records
in the subform to the active record on the first page ?

Wim
 
V

Van T. Dinh

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

Guest

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)






.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top