I've got three text box on my form and I've called them txt1, txt2 and txt3.
On txt3 properties control souce I've wrote the folowing code: = [txt1]+[txt2]
The problem is, If I insert 1 in txt1 and 2 in txt2 most of the times the result I got is 12 instead 3. Can someone tell me why and how can...