subforms

  • Thread starter Thread starter Lee
  • Start date Start date
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.
 
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.
 
Back
Top