Viewing 2 posts - 16 through 17 (of 17 total)
OK, here's what I'm trying to do:
When a new order line is added or qty_ordered is changed, copy qty_ordered to qty_to_ship and put an * in UDF_4
Only for 'O' type...
October 2, 2007 at 9:26 am
#738231
Thanks, I ended up using this:
IF OBJECT_ID('table02') IS NOT NULL TRUNCATE TABLE table2
January 26, 2006 at 7:40 pm
#617353