subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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]
 

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

Back
Top