I have a table for timesheets that looks back to three tables to pull names. The look backs are for “Client Name”, “Employee Name”, and “Acccount Name”. Each of these three tables has an “ID” set to autonumber that corresponds to the name. When I go to establish the relationships, I can only set the referential integrity for “Employee Name”. When I go to set it for the other two I get an error message that there is no unique index. I’m assuming its because there is already a unique index that is a number set when the referential integrity was set for “Employee Name”, however I’m not sure if this is the case. When I originally set up the Name tables to look back to, I didn’t establish an ID as an autonumber, but instead set the name as the primary key as I didn’t want duplicates. This became an issue with similar names like “John Smith”, etc. I was going to use SS#’s however the end user doesn’t always obtain those so that was an issue. My reason for going back and adding the ID’s to each table was due to problems I was having with reports. The report issue is now clear, however I’d like to set the referential integrity back again. Any thoughts???
Thank you,
Leesha