I have a field in a table called "CaseDelay" and a field in a query called "Delay." Both are numbers.
Don't know the best procedure to get the query to run and the field value to update the table field.
Additionally, the field in the query is a calculated field, and I read on Microsoft's website that syntax such as UPDATE won't work with calculated fields.
The expressions that are in the query are difficult nested IIF statements that I couldn't figure out how to write in VBA, but could do it in a query expression.