G
Guest
Sandra helped with my last problem about 2 hours ago then I stumbled into
another problem.
My main form with 3 sub forms. I have an option group on sub form 2.
Depending what that answer it Enable's fields on sub form 3. I cannot get the
correct syntax to the text field on sub form 3. Here is what I got that is
not working.
Private Sub Frame42_AfterUpdate()
If Me.Frame42.Value = 1 Then
Me!tblEnd.Form!RespondingTech.Enabled = True
Else
Me!tblEnd.Form!RespondingTech.Enabled = False
End If
End Sub
Main form Name: frmaaMain
Subform 2: tblStart
Subform 3: tblEnd
Text box on Subform 3: RespondingTech
Thanks again everyone.
Michael
another problem.
My main form with 3 sub forms. I have an option group on sub form 2.
Depending what that answer it Enable's fields on sub form 3. I cannot get the
correct syntax to the text field on sub form 3. Here is what I got that is
not working.
Private Sub Frame42_AfterUpdate()
If Me.Frame42.Value = 1 Then
Me!tblEnd.Form!RespondingTech.Enabled = True
Else
Me!tblEnd.Form!RespondingTech.Enabled = False
End If
End Sub
Main form Name: frmaaMain
Subform 2: tblStart
Subform 3: tblEnd
Text box on Subform 3: RespondingTech
Thanks again everyone.
Michael