Hi List, Ruslan, is there a way to access a trigger through RB? What I mean is, I want to disable some (or) all triggers, do something, and then enable them again. Something like this : for i = 1 to MyDB.TableCount for j = 1 to MyDB.Table(i).TriggerCount MyDB.Table(i).Trigger(j).Enalbed = False next j next i Or is there any other way? Greetz, Danny