Passing value from form to sub-form

  • Thread starter Thread starter JimP
  • Start date Start date
J

JimP

How do I do this?

Specifically, when the form(s) open I want to set the value of an option
group on the sub-form.
 
JimP said:
How do I do this?

Specifically, when the form(s) open I want to set the value of an option
group on the sub-form.

Use the Load event instead of the Open event:

Me.subformcontrol.Form.optionframe = somevalue
 

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