A
AngiW
I have and employee db that contains hiring info, etc. and then an accrual db
which handles payroll info, vac hours, etc. I want the person using the the
accrual db to pull the employees from the other db. I've done that through
lookup table, but it's not working right and i know it has to do with my
relationships. My accrual table does not have a primary key. The employee
table has EmployeeID which is what i used to join them, but obviously, this is
wrong. I keep getting type mismatch errors when i try to update with
conditions relating to the employees table. The accrual person is going to
look up by last name, not ID. What do i need to do?
Thanks!
which handles payroll info, vac hours, etc. I want the person using the the
accrual db to pull the employees from the other db. I've done that through
lookup table, but it's not working right and i know it has to do with my
relationships. My accrual table does not have a primary key. The employee
table has EmployeeID which is what i used to join them, but obviously, this is
wrong. I keep getting type mismatch errors when i try to update with
conditions relating to the employees table. The accrual person is going to
look up by last name, not ID. What do i need to do?
Thanks!