2005-10-06, 07:02 AM
anyone if its possible to create a trigger in a ms access .mdb database file?
im trying to make it so when a new music track is added to the database, a couple of triggers are fired before the insert to first make sure an artist exists in the Artist entity and an Album exists in the Album entity, this way i dont have to do mulitple update commands or multiple checks, just the one insert statement, but i keep getting this error when trying to run the create or replace trigger statement
im trying to make it so when a new music track is added to the database, a couple of triggers are fired before the insert to first make sure an artist exists in the Artist entity and an Album exists in the Album entity, this way i dont have to do mulitple update commands or multiple checks, just the one insert statement, but i keep getting this error when trying to run the create or replace trigger statement
Quote:Syntax error in CREATE TABLE statement.which is stupid since its not a create table statement..... i thought triggers were in like every db....