I am trying to write a check constraint based on the value of another column in the same table. If the other column = 0, then the check constraint should not allow any entries into its field. Any ideas? I'm hoping not to have to use a trigger for this....