ExpectedSalDeduct = txtSalary - (txtSalary * 8)/100
get the value from txtSalaryDeduction text field using GetRoProperty (say ActualSalDeduct) and validate
If Int(ExpectedSalDeduct) = Int(ActualSalDeduct) then
----
get the value from txtSalaryDeduction text field using GetRoProperty (say ActualSalDeduct) and validate
If Int(ExpectedSalDeduct) = Int(ActualSalDeduct) then
----

