can i add a button beside the textfield and when i press the button,it will calculate the effort*rate then enter it into the database....is it possible???...if yes,how can i do it???...
It is possible to create a button to calculate. If you want to store the calculation in your database, go to your table and make a new field to store the calculation. I will call it Result.
Using the wizzard in the form view of the form make a button and name whatever you want. In the On Click in the properties of the button make an Event Procedure and use the following code.
[Result]=[Effort]*[Rate]
It is somewhat difficult, at least for me, to be more specific because I do not know where you want to show or how to use the result.
HTH
An investment in knowledge always pays the best dividends.
by Benjamin Franklin