J
jacobh
Hi
Whats wrong here ??
ALTER TABLE TableA
ADD CONSTRAINT AB
FOREIGN KEY (BID)
REFERENCES TableB(BID)
ON DELETE CASCADE
I get synteax error highlighting "DELETE". If I remove the "ON DELETE
CASCADE" its fine.... I'm stuck.
I use Access 2003...
Thanks for your help!
Jacob Havkrog
Whats wrong here ??
ALTER TABLE TableA
ADD CONSTRAINT AB
FOREIGN KEY (BID)
REFERENCES TableB(BID)
ON DELETE CASCADE
I get synteax error highlighting "DELETE". If I remove the "ON DELETE
CASCADE" its fine.... I'm stuck.
I use Access 2003...
Thanks for your help!
Jacob Havkrog