In the design view, you can select the columns that should compose the Primary Key and hit the Primary Key button on the main toolbar or Select Edit | Primary Key.
If you want to create a multiple column index you can create a query like the following.
Create Unique Index IxEmpName
On Employees (LastName, FirstName, MidName)
This will create a Unique index on the table composed of three columns. Terry L. Broadbent FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.