andrefrancis
andrefrancis
- Local time
- Today, 09:09
- Joined
- Mar 11, 2005
- Messages
- 40
Hi .....
I am creating a simple two field table from another table via the following code:
SELECT LU_CESNdx_ICD10.CES_Index AS cesdi, LU_CESNdx_ICD10.[ICD10 Code] AS icd10
FROM LU_CESNdx_ICD10;
However, I need to add an initial new primary key field called ID that is autonumbered.
Can anyone help?
..... Andre
I am creating a simple two field table from another table via the following code:
SELECT LU_CESNdx_ICD10.CES_Index AS cesdi, LU_CESNdx_ICD10.[ICD10 Code] AS icd10
FROM LU_CESNdx_ICD10;
However, I need to add an initial new primary key field called ID that is autonumbered.
Can anyone help?
..... Andre