sagewind
02-04-2010, 07:22 AM
I am administering a 2003 Access Training Database. The key in my EmpInfo table is the Employee ID number. On 1-Jan my data download from VISTA was expanded to include multiple divisions of the company. There are duplicate Employee ID numbers across the divisions. If I change the key to include Employee ID and Division No, I am finding it very difficult to reconcile other functions I have in place already. Specifically, have an employee info screen with tabs. When you enter the Emp ID the person's training records are listed on one of the tabs. This used to be guided off the Employee ID, but now where the duplicate Employee IDs occur, both employees display the same records. How can I tell my function/query that it needs to look at both the Employee ID and the Division to differentiate between the two employees?