A
Arlend Floyd
What is the proper syntax for Text box on a report for a If Statement. Here
is my sample:
If [TxtCkAmt] < 750 Then [TxtCkAmt] = 750
Else
[TxtBaseAmt] -[TxtCommAmt]
End If
is my sample:
If [TxtCkAmt] < 750 Then [TxtCkAmt] = 750
Else
[TxtBaseAmt] -[TxtCommAmt]
End If