G
Guest
Hello
I have a simple DB file which has Employee details regarding salaries and
allwoances and deductions.
I created a form to suit my needs but when it comes to the calculation part
of it, I always fail even though I tried looking up in the Help menu.
For example, there are a fields for basic, OT1,OT2, allowances, claim1,
claim2, deduct1, deduct2, deduct3. I would like to do the following
calculation on the form:
sub total A = basic+OT1+OT2
sub total B= allowances+claim1+claim2
sub total C= deduct1+deduct2+deduct3
grand total D=A+B-C
A seperate box to show a mix of text + grand total D & date
Thanks in advance.
I have a simple DB file which has Employee details regarding salaries and
allwoances and deductions.
I created a form to suit my needs but when it comes to the calculation part
of it, I always fail even though I tried looking up in the Help menu.
For example, there are a fields for basic, OT1,OT2, allowances, claim1,
claim2, deduct1, deduct2, deduct3. I would like to do the following
calculation on the form:
sub total A = basic+OT1+OT2
sub total B= allowances+claim1+claim2
sub total C= deduct1+deduct2+deduct3
grand total D=A+B-C
A seperate box to show a mix of text + grand total D & date
Thanks in advance.