i have 3 unbound textbox
textbox1 enter a number
textbox3 enter a number
textbox5 total of the two textbox
Text5 = Val(Text1) + Val(Text3) i but this code in Form_Current()
the problem is after entering the two numbers text5 don't show the total i used textbox5.requery but still not working!
textbox1 enter a number
textbox3 enter a number
textbox5 total of the two textbox
Text5 = Val(Text1) + Val(Text3) i but this code in Form_Current()
the problem is after entering the two numbers text5 don't show the total i used textbox5.requery but still not working!