Apr 5, 2001 #1 enui71 Programmer Feb 21, 2001 12 US SQL Server 6.5, Access 97. When OrderTypeID = 6, I want to not allow that record to be updated. I am thinking of doing this in a trigger. Is that the proper or best place to do this?
SQL Server 6.5, Access 97. When OrderTypeID = 6, I want to not allow that record to be updated. I am thinking of doing this in a trigger. Is that the proper or best place to do this?
Apr 5, 2001 #2 foxdev Programmer Feb 11, 2000 1,995 US Yes, a trigger (for Update) would be the appropriate place. Robert Bradley http://www.lowcostprints.comhttp://www.foxdev.com/http://www.agrainofhope.org Upvote 0 Downvote
Yes, a trigger (for Update) would be the appropriate place. Robert Bradley http://www.lowcostprints.comhttp://www.foxdev.com/http://www.agrainofhope.org