K
Kenneth Miles
I get this error when trying to insert a record into a
database "Reserved error(-3025); there is no message for
this error."
Query:
INSERT INTO tblActionItem (lngActionItemOriginID)
SELECT (SELECT lngActionOriginID FROM
tblActionPriorityList WHERE lngActionOriginID=1)
WITH OWNERACCESS OPTION;
As a matter a fact this happens to all nested select
queries within insert. Access2002.
database "Reserved error(-3025); there is no message for
this error."
Query:
INSERT INTO tblActionItem (lngActionItemOriginID)
SELECT (SELECT lngActionOriginID FROM
tblActionPriorityList WHERE lngActionOriginID=1)
WITH OWNERACCESS OPTION;
As a matter a fact this happens to all nested select
queries within insert. Access2002.