subforms

L

Lee

I am new at this and will try to explain what I am trying
to do.
I have a master form with client information on it and
four sub-forms that have additional information relating
to that same client. The ClientID is the link between
the master and the sub-forms.
I want to have the master form information showing at all
times and have the sub-forms off to the right side over
layed on each other. When I want to enter info into sub-
form #2, I want to be able to click on that sub-form and
have it come to the forefront so I can enter the
information.
I would appreciate anyone's assistance. Thank you.
 
J

John Vinson

I want to have the master form information showing at all
times and have the sub-forms off to the right side over
layed on each other. When I want to enter info into sub-
form #2, I want to be able to click on that sub-form and
have it come to the forefront so I can enter the
information.

The easiest way to get this effect is to put the four subforms on four
pages of a Tab Control. You can put an identifier for the subform on
the tab; clicking that tab will make the subform on that page visible.
 

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