What's wrong with the text box plusing process?

M

Martin

I want to get showing a value in text box 556, this value is derived from
text box 161 and text box 162

I wrote the sentence as follows to make it, but what's wrong?


text556 control source:

£½[text161]+[text162]




for example, text161 is "28" and text162 is "12"
I want to get text556's value is "40" (which equals 28+12)



Thank you.

Martin
 
M

Martin

It's extremely horrible!
Because I am using Chinese word processing, I make a Chinese "equal", it
seems extremely like the English "equal" "=", Chinese "equal" charater a
bit longer.

Hard to find out!

Thank you Dennis :) BTW, one of my foreign friend in China also called
Dennis, he comes from New Zeland. :)


Dennis said:
Set the control source property of box text556 to

=[text161]+[text162]

Martin said:
I want to get showing a value in text box 556, this value is derived from
text box 161 and text box 162

I wrote the sentence as follows to make it, but what's wrong?


text556 control source:

¡ê?[text161]+[text162]




for example, text161 is "28" and text162 is "12"
I want to get text556's value is "40" (which equals 28+12)



Thank you.

Martin
 
Top