Hi all,
I am new to the forum so plz forgive me for any mistakes.
Basically I am interested in creating a form in access which has a button called CALCULATE. once i have entered the required data in the form i would like to click the button and the calculated result should be displayed in the field bellow the button.
Eg: Suppose X and Y are two numbers and i want to find there sum by clicking on the CALCULATE button and the result should be displayed in front of Z.
X : ______
Y: _______
CALCULATE
Z :______
I am able to write the code for the calculation in VB but the result is not being displayed in the required field. Can someone plz help me.