D
Dave Elliott
I have a text box on my form named Rate with the below code for the control
source.
The idea is that if the control on the form Customer Rate equals $55.00
then the text box shows the text Preferred, else if the rate is not $55.00
or is greater then the text box would show Default.
Suggestions?
IF([Customer Rate]=$55.00,"Default","Preferred")
source.
The idea is that if the control on the form Customer Rate equals $55.00
then the text box shows the text Preferred, else if the rate is not $55.00
or is greater then the text box would show Default.
Suggestions?
IF([Customer Rate]=$55.00,"Default","Preferred")