J
Jim
I have a tax table with 3 columns: GTET, LTET & Witholding. I need a
function that will look at the GrossPay value on my Payroll Form and then
compare that with the values in the table and return the correct witholding
amount. I know you can do it with DLookUp, but I don't want to hard code all
the values from the table. Is there an easier way to accomplish this? I'm
using Access 2003.
Thanks
Jim
Sample data:
GrossPay Amount 300
Witholding should = 12
GrossPay 315
Witholding should = 13, etc
GTET LTET Witholding
300 310 12
310 320 13
320 330 14
function that will look at the GrossPay value on my Payroll Form and then
compare that with the values in the table and return the correct witholding
amount. I know you can do it with DLookUp, but I don't want to hard code all
the values from the table. Is there an easier way to accomplish this? I'm
using Access 2003.
Thanks
Jim
Sample data:
GrossPay Amount 300
Witholding should = 12
GrossPay 315
Witholding should = 13, etc
GTET LTET Witholding
300 310 12
310 320 13
320 330 14