G
GPO
Hi all. I'm trying to add cascading deletes via Data Definition Query in
Access 2000 and have run into a spot of bother. I'm getting a "syntax error
in constraint clause" message for the following:
ALTER TABLE tblA ADD CONSTRAINT fk_A_B FOREIGN KEY (field_B_fk) REFERENCES
tblB (field_PK) ON DELETE CASCADE
It is highlighting the word 'DELETE'.
Does Access support the addition of cascade deletes via Data Definition SQL?
Regards
GPO
Access 2000 and have run into a spot of bother. I'm getting a "syntax error
in constraint clause" message for the following:
ALTER TABLE tblA ADD CONSTRAINT fk_A_B FOREIGN KEY (field_B_fk) REFERENCES
tblB (field_PK) ON DELETE CASCADE
It is highlighting the word 'DELETE'.
Does Access support the addition of cascade deletes via Data Definition SQL?
Regards
GPO