I am trying to figure out how to update a field in my database based on varying criteria. For instant, if field is currently "Tree" I want to set it to "OAK", but if it is currently "Leaf" I want it set to "Maple" SO in my code I have this so far, but, of course:mad:, it is not working or I...