Maybe I'm missing something here, but.... Why does this command complete - ALTER TABLE CURRENTSITE ADD TRIGGER UPDATE AFTER TEST2
While this one returns "Procedure does not exist"? ALTER TABLE CURRENTSITE ADD TRIGGER UPDATE BEFORE TEST2 It seems that anytime I use the BEFORE clause it fails to run. How does one do both in one command? TIA William Mason

