Hello,
I am using CR7 and trying to compare 2 string fields in an Access DB.
If there is nothing in ({Estim.User_Text4}) then Crystal will print what ever is in {Estim.VendCode1}
However if there IS something in ({Estim.User_Text4}) then that is what will be printed.
Here is the formula I used:
if isnull({Estim.User_Text4}) then {Estim.VendCode1}
else {Estim.User_Text4}
It does not seem to be working. There are records that (I verified this) have nothing in {Estim.User_Text4} AND DO HAVE TEXT IN {Estim.VendCode1} but {Estim.VendCode1} does not show up on the report.
Any Ideas on what I did wrong?
Thanks,
Craig Barroll
I am using CR7 and trying to compare 2 string fields in an Access DB.
If there is nothing in ({Estim.User_Text4}) then Crystal will print what ever is in {Estim.VendCode1}
However if there IS something in ({Estim.User_Text4}) then that is what will be printed.
Here is the formula I used:
if isnull({Estim.User_Text4}) then {Estim.VendCode1}
else {Estim.User_Text4}
It does not seem to be working. There are records that (I verified this) have nothing in {Estim.User_Text4} AND DO HAVE TEXT IN {Estim.VendCode1} but {Estim.VendCode1} does not show up on the report.
Any Ideas on what I did wrong?
Thanks,
Craig Barroll