RateTable
Sex Age Dur1 Dur2 Dur3 Dur4
M 30 .5 .6 .7 .8
F 31 .3 .4 .5 .4
M 28 .4 .5 .6 .7
ClientTable
Name Sex Age Duration
John M 28 2
I need to figure out how to obtain Rate for John based on Sex, Age, and Duration, which should = .5
Is there a query or VBA code for it with out changing format of RateTable?
Thanks in advance.
Sex Age Dur1 Dur2 Dur3 Dur4
M 30 .5 .6 .7 .8
F 31 .3 .4 .5 .4
M 28 .4 .5 .6 .7
ClientTable
Name Sex Age Duration
John M 28 2
I need to figure out how to obtain Rate for John based on Sex, Age, and Duration, which should = .5
Is there a query or VBA code for it with out changing format of RateTable?
Thanks in advance.