How can I get a combo box to open a subform showing information?

J

jdavis1221

I need to be able to select a location from a combo box and have it show
information about that location in a subform. How can I get this to happen?
Ihave tried for 12 hours to get this to work and it is the last part of my
project! Please help!
 
D

Duane Hookom

If the combo box is on the main form, you can set the Link Master/Child
properties to the combo box and the field on the subform that equals the
value of your combo box.
 
Top