Hallo Fellmer,
ich habe mal kurz gegoogelt:
Zitat:
To create a primary key index on more than one field, include all of the field names in the field list.
CREATE INDEX idxCustomerName
ON tblCustomers ([Last Name], [First Name])
WITH PRIMARY
Quelle:
http://msdn.microsoft.com/library/de.../acfundsql.asp
Das könnte Dir weiterhelfen.