Hi,
As I have zero experience with sql triggers I was wondering if someone could point me in the right direction.
Essentially, I need to set up a trigger for when a new transaction record is inserted but only when a specific field has not been filled (call it the % split). I then want to take that record (and each one after) and copy it to a user defined table which I will then use to email each culprit with a list of transactions they need to check up on on a monthly basis.
Thanks