Hey
I need help in the following scenario:
Table: EmployeeDetails
EmployeeName DailyWage Attendance Salary
Form:EmployeeForm
EmployeeName DailyWage Attendance Salary
Now, when i open this form, I enter details as:
XYZ 180 30
Now I want that the form should calculate and store the value automatically. So in Control Source of Salary i wrote =[DailyWage]*[Attendance]
Its displaying the multiplication correctly but not storing in the database. Pls guide me how to do so.
Vibhor