G
Guest
Run-time error '438'
Here's my code (memo field):
Private Sub Comments_Exit(Cancel As Integer)
If Check67 = -1 Then
DoCmd.GoToRecord , , acNewRec
Me!Broker.SetFocus
Else
End If
End Sub
The new record is working.
The error arrow is pointing to the Me!Broker.SetFocus line.
I've tried a few variations, including brackets, but I can't get this to
work. What am I missing?
tia
Here's my code (memo field):
Private Sub Comments_Exit(Cancel As Integer)
If Check67 = -1 Then
DoCmd.GoToRecord , , acNewRec
Me!Broker.SetFocus
Else
End If
End Sub
The new record is working.
The error arrow is pointing to the Me!Broker.SetFocus line.
I've tried a few variations, including brackets, but I can't get this to
work. What am I missing?
tia