I am getting an Expected: = and it highlight the less than or greater than statement. What am I doing wrong?
If Me.cboOption = "Plan 1" Or "Plan 2" Then
Nz(Me.Example1, 0) < & Nz(Me.Example2, 0)
Else
Nz(Me.Example1, 0) > & Nz(Me.Example2, 0)
End If
Thank you
If Me.cboOption = "Plan 1" Or "Plan 2" Then
Nz(Me.Example1, 0) < & Nz(Me.Example2, 0)
Else
Nz(Me.Example1, 0) > & Nz(Me.Example2, 0)
End If
Thank you