larrydavid
Programmer
Hello, I have a two-part question:
First:
I need to override whatever value (or null) is entered for an [insert date] field.
Second:
I need to prevent any future update on this field and lock it.
I was thinking of a trigger or constraint-based solution, but thought I might ask here first to see if there might be a better solution. I am trying to avoid adding as much as possible because we will be cloning these tables in the future. Any advice would be appreciated.
Thanks,
Larry
First:
I need to override whatever value (or null) is entered for an [insert date] field.
Second:
I need to prevent any future update on this field and lock it.
I was thinking of a trigger or constraint-based solution, but thought I might ask here first to see if there might be a better solution. I am trying to avoid adding as much as possible because we will be cloning these tables in the future. Any advice would be appreciated.
Thanks,
Larry