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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with subforms

Status
Not open for further replies.

PikPim

Programmer
Jul 25, 2006
15
CA
Hi, I've got a form in which there is a subform. I would like to know what are the commands to reach the controls of the subform from the main form. Ex: I want to be able to do DoCmd.OpenForm form_name, , , strWhere
but then apply another filter to the subform inside this one but i can't reach the controls inside the subform! plz help :S
 
Hi,
if you are on mainform and want to reach subform control Syntax is
Me!Subform1.Form!ControlName
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top