You need a User table that has a say autonumber as the PK (LocalUserID for example), the the Boinc User table, then Project table. Add LocalUserID to the BoincUser table, then you need another table, let's call it LocalUserProject where you list the LocalUserID with the ProjectID. That way your...