B
bhipwell via AccessMonster.com
Hello,
Perhaps I have been looking at this too long, but I need some help. I have
been using IIF statements extensively. So much so I am now realizing the
ineffeciency in this approach. I need some access 101 to help me get back on
track. Here is the information...
TblEmployee listing employees
EmployeeID
LastName
FirstName
TblCompany listing the companies
CompanyID
CompanyName
TblHealthRates
HealthID
EmployeeOnlyRate
EmployeeSpouseRate
EmployeeChildRate
EmployeeFamilyRate
TblPercentage
PercentageID
Class1Percentage
Class2Percentage
Class3Percentage
What I need is a query or table that will say "if EmployeeA, who is a Class3
employee, working for Company1 chooses EmployeeSpouse, what is the rate?"
Basically, it should return the data in EmployeeSpouseRate and
Class3Percentage where I then can do some simple math to give me the cost to
the employee.
Thanks in advance!
Thanks!
Perhaps I have been looking at this too long, but I need some help. I have
been using IIF statements extensively. So much so I am now realizing the
ineffeciency in this approach. I need some access 101 to help me get back on
track. Here is the information...
TblEmployee listing employees
EmployeeID
LastName
FirstName
TblCompany listing the companies
CompanyID
CompanyName
TblHealthRates
HealthID
EmployeeOnlyRate
EmployeeSpouseRate
EmployeeChildRate
EmployeeFamilyRate
TblPercentage
PercentageID
Class1Percentage
Class2Percentage
Class3Percentage
What I need is a query or table that will say "if EmployeeA, who is a Class3
employee, working for Company1 chooses EmployeeSpouse, what is the rate?"
Basically, it should return the data in EmployeeSpouseRate and
Class3Percentage where I then can do some simple math to give me the cost to
the employee.
Thanks in advance!
Thanks!