If you are still having problems, use the Index window.
Open the table in design mode,
From the main menu, select "View" -> "Indexes".
There are three columns -- Index name, field name and sort order.
- In the Index name, type PrimaryKey
- Select your first field, say "FieldA".
- Set index options to...
Primary: Yes
Unique: Yes
Ignore Nulls: No
- In the next row the, add "FieldB" in the "Feild Name" column. DO NOT enter anything in the Index name column.
Close the window (there is not "save" option) - two keys should show up table design.
Richard