I have 1 table 'sum'
3 fields in it
'no1', 'no2' and 'add'
now have created 1 form with 3 text box
textbox names - 'text1', 'text2' and 'text3'
now I want when I will insert numbers in text1 and text2 then the summation will be shown in text box -'text3' -
the problem is -
I want to store the data which wll be displayed in textbox -'text3'
in the 'add' field of the table 'sum'
Thanks in advance
Sougata
3 fields in it
'no1', 'no2' and 'add'
now have created 1 form with 3 text box
textbox names - 'text1', 'text2' and 'text3'
now I want when I will insert numbers in text1 and text2 then the summation will be shown in text box -'text3' -
the problem is -
I want to store the data which wll be displayed in textbox -'text3'
in the 'add' field of the table 'sum'
Thanks in advance
Sougata