Do you want to *validate* values as being accurate to granularity of
0.25 e.g. (assuming 'Numeric' implies DECIMAL, as IMO it should)?
e.g.
your_column - FIX(your_column) IN (0.00, 0.25, 0.50, 0.75)
Yes. Field personel are instructed to record to the nearest
..25, but sometimes they get forgetful, and put something
like 0.1 when they actually meant 10 minutes. Data-entry
folks tend to enter whatever they see on the field-form
(paper), so I'd like the db to yell at them if they try to
enter something other than a number rounded to the nearest
..25. Hopefully, that will wake them up to get to the field
agent and ask what the correct data should be.
Is your text starting with FIX a proper validation rule?
I've tried the on-disk Help, but couldn't get it to cough up
anything close (it may be in there somewhere, but my
searches couldn't find it).
Thanks for your reply.