subform

P

Pass-the-reality

I have a subform that has three labels. I bound the three labels together.
The data for all three labels is pulled in through a control source. So if
Iclick on the drop down box for label 1, what ever you pick will auto
populate labels two and three. It works fine, except for I can only add one
row. It will not let me add a multiple records. What can I do?
 
J

John W. Vinson

I have a subform that has three labels. I bound the three labels together.
The data for all three labels is pulled in through a control source. So if
Iclick on the drop down box for label 1, what ever you pick will auto
populate labels two and three. It works fine, except for I can only add one
row. It will not let me add a multiple records. What can I do?

This is very confusing.

Labels don't have control sources. The can't be bound.

What is the Recordsource property of the subform?
What controls do you actually have on the subform? Combo boxes (with attached
labels perhaps)?
What are their Control sources?
What code do you have? Post it.
What keeps you from adding multiple records?

John W. Vinson [MVP]
 
Top