Opps! this is what i should have posted.
Can anyone help - I need to pass control from a subform to the main form when the field is null.
this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work?
Private Sub Diameter_LostFocus()
If IsNull(Me.[diameter description]) Then
Me.Parent.[network data info source].SetFocus
End If
End Sub
thanks bry.
Can anyone help - I need to pass control from a subform to the main form when the field is null.
this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work?
Private Sub Diameter_LostFocus()
If IsNull(Me.[diameter description]) Then
Me.Parent.[network data info source].SetFocus
End If
End Sub
thanks bry.