Wow!!! Thank you all who support me a lot to change an ideal one in to real Database.
One more question,In my database I have fields called [status] and [Basic Salary].
If [Status] = No, meaning eligible for pension deduction.
So, Pension: [Basic salary]*0.07
Else,
[Status] = Yes, meaning not eligible.
Pension: 0
Therefore I need an expression which executes it.
With regards!!!
One more question,In my database I have fields called [status] and [Basic Salary].
If [Status] = No, meaning eligible for pension deduction.
So, Pension: [Basic salary]*0.07
Else,
[Status] = Yes, meaning not eligible.
Pension: 0
Therefore I need an expression which executes it.
With regards!!!
Comment