Hi,
I have a very long string expression in the control source property of a field in my report. In this string expression I'm trying to send the values from 30 fields to a function. The function is comparing the first value ("Message1" against the second value "Message2." If there is a difference between the two an asterik is printed in a textbox.
There are 30 messages that I'm comparing and all the way through Message28 this works perfectly. However, when I add 29 and 30 and I run the report, this part of the string gets removed from the control source. I'm assuming the string is too long. If I can't shorten it is there any other option? I don't think I can set the control source in code. Is there anything else I can do?
Thanks a ton for any help.
Mbaddar
I have a very long string expression in the control source property of a field in my report. In this string expression I'm trying to send the values from 30 fields to a function. The function is comparing the first value ("Message1" against the second value "Message2." If there is a difference between the two an asterik is printed in a textbox.
There are 30 messages that I'm comparing and all the way through Message28 this works perfectly. However, when I add 29 and 30 and I run the report, this part of the string gets removed from the control source. I'm assuming the string is too long. If I can't shorten it is there any other option? I don't think I can set the control source in code. Is there anything else I can do?
Thanks a ton for any help.
Mbaddar