S
Shnizles
Hi , all
thank you for your time in advance ,
im trying to delete a constraint using sql query ,
i found that this should be the right syntax for that task:
ALTER TABLE Table2 DROP CONSTRAINT Relation1
the problem is i made the constraints using the access 2007 designer ,
and i got no idea what is the constraint index / name ("Relation1" in the
query) ,
i couldnt find it anywhere ,
please tell me how can i find the name of my tables relations , so i could
delete them if needed with that query above thanks.
thank you for your time in advance ,
im trying to delete a constraint using sql query ,
i found that this should be the right syntax for that task:
ALTER TABLE Table2 DROP CONSTRAINT Relation1
the problem is i made the constraints using the access 2007 designer ,
and i got no idea what is the constraint index / name ("Relation1" in the
query) ,
i couldnt find it anywhere ,
please tell me how can i find the name of my tables relations , so i could
delete them if needed with that query above thanks.