We have a table that looks roughly like this:
CREATE TABLE Lockers { UserID int NOT NULL PRIMARY KEY (foreign key), LockerStyleID int (foreign key), N
Using an EntityKey solves your problem ;)
alk.