subforms

  • Thread starter Thread starter Rhun Alexander via AccessMonster.com
  • Start date Start date
R

Rhun Alexander via AccessMonster.com

Hi I have a subform within my main form and it has 2 combo boxs and 2
lables for entering certain data, when data is selected from the first
combo box i would like the subform to display a second row of the
same2combo boxes and lables under the first group, in case there is another
set if infomation to be added, but i can't seen to find infomation on how
to do this... thanks for your time
 
Hi I have a subform within my main form and it has 2 combo boxs and 2
lables for entering certain data,

I'm guessing you mean *textboxes*? Labels are for static display, not
for entering data.
when data is selected from the first
combo box i would like the subform to display a second row of the
same2combo boxes and lables under the first group, in case there is another
set if infomation to be added, but i can't seen to find infomation on how
to do this... thanks for your time

Open the Form you're using as the subform, and view its Properties.
Change the "Default View" property to "Continuous Forms".

You may need to move controls up to the top of the detail section, and
shrink the detail section up to the bottom of the controls; and/or
change the size of the Subform control in which you're displaying this
form, to make room for two or more rows of controls.

John W. Vinson[MVP]
 
Back
Top