D
Dennis
I am trying to write a code to calculate payroll witholding taxes for my
business
I am having problems getting a code to proper calculate from a push button
created. My code lokks like this
If (gross pay *26-3200-9800 )>9800 then
Federal tax = gross pay *26-3200-9800 *.15 + 715 /26
If my Gross pay =$800.00, my fedral tax should compute from code equal 72.50
Can you help me, or is there any articles on the subject matter payroll tax
code for Access
Thanks
business
I am having problems getting a code to proper calculate from a push button
created. My code lokks like this
If (gross pay *26-3200-9800 )>9800 then
Federal tax = gross pay *26-3200-9800 *.15 + 715 /26
If my Gross pay =$800.00, my fedral tax should compute from code equal 72.50
Can you help me, or is there any articles on the subject matter payroll tax
code for Access
Thanks