Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing "control source" or "row source" in subform

Status
Not open for further replies.

bnath001

Programmer
Aug 18, 2000
100
US
HI,

In the detail section of my form, and I have a subform in that detail section. I have a combo box in the subform and I would like to change the control source/row source properties dynamically.

How can I access those properties of the combo box which is in the subform.

could someone give some suggestion?

thanks
bvyas
 
You need only include the full path to the control:

Forms!MainFormName!SubFormName!ControlName
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top