Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lucyv80
  • Content: Threads
  • Order by date
  1. lucyv80

    Trigger help!!!

    I have the following trigger on a table CREATE TRIGGER tr_orders_setFY ON [dbo].[orders] FOR INSERT, UPDATE AS UPDATE orders SET fy = dbo.fn_leos_getFY(dtstamp) WHERE fy IS NULL The problem is when I add a record using RS.AddNew() and retrieve the id of the last record added temp =...

Part and Inventory Search

Back
Top