P
Pam
I have a table which has different hourly rates of pay for
differnt jobs for each employee. (i.e. - shows emp #, job
1 rate, job 2 rate, job 3 rate, etc.)
When inputting the job done to figure up pay, I need to
select the record from this table that matches the
employee number and the job number. I'm in a state of
brain drain right now on this! Every route I've looked at
has a stumbling block I'm getting stuck on since I need to
make two matches and then pull in that field. The only
solution I've found somewhat workable, but kludgy, is
nested IIF statements!
Would someone please advise me on the way to do this??
Thanks-
differnt jobs for each employee. (i.e. - shows emp #, job
1 rate, job 2 rate, job 3 rate, etc.)
When inputting the job done to figure up pay, I need to
select the record from this table that matches the
employee number and the job number. I'm in a state of
brain drain right now on this! Every route I've looked at
has a stumbling block I'm getting stuck on since I need to
make two matches and then pull in that field. The only
solution I've found somewhat workable, but kludgy, is
nested IIF statements!
Would someone please advise me on the way to do this??
Thanks-