I am stumped and need some help!I'm trying to write a query that will update all fields in a row if one specific field in that row is already empty. The condition I'm using is:(fieldname) is null or like ""While it worked for the majority of items in my table, there were a few that weren't updated, even though the field is blank.Any suggestions on any workarounds? TIA!