G
Guest
I have a problem when compiling my database the code that has a problem is
Private Sub Combo18_Change()
If [SessionID] = 14 Then [Combo22] = 2
Else: [Combo22] = 1
End If
End Sub
it says else without If, I have tried splitting it into two if statements
and then get End If without If, has anybody any suggestions
thanks
Phil
Private Sub Combo18_Change()
If [SessionID] = 14 Then [Combo22] = 2
Else: [Combo22] = 1
End If
End Sub
it says else without If, I have tried splitting it into two if statements
and then get End If without If, has anybody any suggestions
thanks
Phil