R
Russ
any body know what is causing this error?
"There is an invalid use of the .(dot) or ! operator or
invalid parentheses"
this is where it goes to:
Private Sub Form_Current()
If IsNull(Me.txtSplr) Or Me.txtSplr = " " Then
Me.txtSplr = Parent.txtSplrs
Else
Exit Sub
End If
End Sub
"There is an invalid use of the .(dot) or ! operator or
invalid parentheses"
this is where it goes to:
Private Sub Form_Current()
If IsNull(Me.txtSplr) Or Me.txtSplr = " " Then
Me.txtSplr = Parent.txtSplrs
Else
Exit Sub
End If
End Sub