R
RNUSZ@OKDPS
DoCmd.runMacro "FRM-CR10RW"
ALTER TABLE DPS_FR_CR10RW CASEID INT ADD CONSTRAINT
(CASE_NUM_YR,CASE_NUM) PRIMARY KEY
Getting Compile error, expecting end of statement. I need to create a
multiple field primary key for table named DPS_FR_CR10RW. Table is being
created in execution of FRM-CR10RW macro.
ALTER TABLE DPS_FR_CR10RW CASEID INT ADD CONSTRAINT
(CASE_NUM_YR,CASE_NUM) PRIMARY KEY
Getting Compile error, expecting end of statement. I need to create a
multiple field primary key for table named DPS_FR_CR10RW. Table is being
created in execution of FRM-CR10RW macro.