G
Guest
Hi
I have three fields on a form FrmTotal;
txt_issue, txt_pending and txt_total;
Now what I want is when the user enters the values in the fields txt_issue and txt_pending, I want to calculate the sum of the two fields and display in the field txt_total; I am using the lost focus property of txt_pending for thi
I tried writing the code, but the result I keep getting for 22 + 22 = 2222 and not 44. Please help
I have three fields on a form FrmTotal;
txt_issue, txt_pending and txt_total;
Now what I want is when the user enters the values in the fields txt_issue and txt_pending, I want to calculate the sum of the two fields and display in the field txt_total; I am using the lost focus property of txt_pending for thi
I tried writing the code, but the result I keep getting for 22 + 22 = 2222 and not 44. Please help