newbiewonkinobie
Technical User
I am in the process of moving our RFC/ECR (Request for Change/Engineering Change Request) data from Excel to Access. The problem I am having is creating the primary key. Our RFC/ECR number is a combination of YearMonthSequence, meaning the current year, the current month, and the sequence of RFC/ECR for that month.
For example:
I would like the RFC/ECR to be the primary key so it will be unique and automatically created, but I am unsure of how to handle this. Hopefully I explained it good enough without being confusing. Any suggestions?
Flores
For example:
Code:
060701 (1st RFC/ECR) 2006 July
060702 (2nd RFC/ECR)
060703 (3rd RFC/ECR)
060801 (1st RFC/ECR) 2006 August
060802 (2nd RFC/ECR)
060803 (3rd RFC/ECR)
(Each month, sequence starts over)
I would like the RFC/ECR to be the primary key so it will be unique and automatically created, but I am unsure of how to handle this. Hopefully I explained it good enough without being confusing. Any suggestions?
Flores