Subform Order

  • Thread starter Thread starter Chaplain Doug
  • Start date Start date
C

Chaplain Doug

I have two subforms on a tab control in my main form. One
subform needs to reference a control on the other
subform. However, when it tries to reference it (Forms!
[Select Male Participant Records]!CYCLENO) it cannot find
it. Is there a way to ensure that one of the subforms is
opened before the other to ensure that the data needed is
there to be referenced? Or is there a better way to do
this? Thanks.
 
The syntax of your reference is not correct! Try:

Forms!NameOfMainForm!NameOfSubformControl.Form!NameOfControl
 

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

Similar Threads

lock/unlock controls 0
Help with Subform References 2
Multiple subforms 0
Access Reference Subform's Control 0
subform total behaving strangely 2
RecordsetClone on a subform 3
Access Main form/Subform Navigation 0
subform to subform 3

Back
Top