Is it possible to set a constraint on a database column to only allow values greater than a certain number, even if the data type has a greater capacity? For example, if I have a money field that I only want to hold positive values, can I set that as a constraint in the DB even though the money data type can hold negative values? Programmatic enforcement of the rule is not a possibility because we have users that have direct access to the data via Microsoft Acces (heinous, I know, and I am lobbying to get that changed, but this is all I have to work with at the moment).