Viewing 2 posts - 1 through 2 (of 2 total)
Tis should at least send me a mail regardless of if statement.
Use ABCTRAINING
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
alter TRIGGER TAXPERCENT
ON [dbo].[AP101_VOUCHER_DISTR] AFTER insert AS
declare
September 9, 2013 at 9:01 am
#1648570
Hi,
Thanks for that. I changed it to this as vouchers contain many lines. The following works perfectly in man studio. I added it to my trigger, but nothing still...
September 9, 2013 at 3:10 am
#1648468