Hi,
I have a table name AA and I need to update a field name 'Priority' in the AA table using trigger when a row is inserted to the AA table. Is that possible? Thanks
Priority 1,2,3, or 4
AA Table
Num OrderNum Salesperson Date Priority
--- -------- ---------- ---- --------
1 0001 Peter 1/1/2007 (I need an update)
2 0002 John 1/2/2007 (I need an update)
3 0003 James 1/3/2007 (I need an update)
I have a table name AA and I need to update a field name 'Priority' in the AA table using trigger when a row is inserted to the AA table. Is that possible? Thanks
Priority 1,2,3, or 4
AA Table
Num OrderNum Salesperson Date Priority
--- -------- ---------- ---- --------
1 0001 Peter 1/1/2007 (I need an update)
2 0002 John 1/2/2007 (I need an update)
3 0003 James 1/3/2007 (I need an update)