D
Dan
How would you put an if statement into a report. I have a stored value and I
want to say:
If storedValue = 1 Then TextBox1 = "..."
else: TextBox1 = "..."
End If
want to say:
If storedValue = 1 Then TextBox1 = "..."
else: TextBox1 = "..."
End If