S
Stephen Rockower
I'm trying to move 1 record from 1 table to another. The table structures
are identical
INSERT INTO PATIENT
SELECT PATIENT1.*
FROM PATIENT1
WHERE (((PATIENT1.IDNUM)=[Enter Patient Number:]));
The error states "Function not available in expressions in table level
validation expression"
What does this mean, and how do I get around it???
are identical
INSERT INTO PATIENT
SELECT PATIENT1.*
FROM PATIENT1
WHERE (((PATIENT1.IDNUM)=[Enter Patient Number:]));
The error states "Function not available in expressions in table level
validation expression"
What does this mean, and how do I get around it???