I am trying to clean up an address field where the address includes PO Box. I narrow down my update by setting criteria, but then how do I update PO box without touching the various numbers. I added a new field called revised address 2 and tried using an update query "P.O. Box" + abs[tablename],[fieldname] but the Abs function did not work. I know there must be an easy way to do this via a query without manually updating the field.