1. Set a Validation Rule (in table design view) on the field of <0.
Set the validation text to "This number must be negative" or some
other suitable warning.
2. Create an Update query based on your table; select this field. Put
a criterion of
on the Criteria line, and
- [fieldname]
on the Update To line.
John W. Vinson[MVP]