want to create composite primary key in access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santosh mantri
    New Member
    • Mar 2007
    • 1

    want to create composite primary key in access

    i'm developing source code for on line examination in java and need to create a composite primary key in one table so can anybody help me out?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You need to create a composite primary key for a table using java?

    Comment

    • brynne
      New Member
      • Mar 2007
      • 13

      #3
      I have used the 'Indexes' definition button in design view to create a composite primary key. For a job evaluation database, I need both a unique number and a code to specify the job type. I created a primary index by including both PostNo and PostGp.

      B

      Comment

      Working...