combo boxes in a subform

G

Guest

is there any reason why a combo box would not work in a
subform ?

I have three combo boxes that run off each other depending
on the selection of the first combo which works fine in a
stand alone form but as soon as it's in a subform it
doesn't seem to respond.
 
T

Tony Vrolyk

If you are referencing the other combo boxes in code like
Forms!FormaName!ComboBox then the reference dies when in a subform. Change
the references to Me.ComboBox and it should work. You can also use the info
at the link below for referring to subforms and controls on subforms

http://www.mvps.org/access/forms/frm0031.htm
 

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