andrefrancis
01-20-2006, 02:40 PM
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