T
Tina Hudson
I created an update query with the following IIF statement in the "update to"
line for the field "Region" which currently has no data.
IIF([Zone],1,"Downtown", IIF([Zone],2,"South Central",
IIF([Zone]=3,"Eastern", IIF([Zone]=4,"North", IIF([Zone]=5,"Western",
IIF([Zone]=6,"Southern", IIF([Zone]=7,"North Central","Not Specified")))))))
I get the error: "The expression you entered has a function containing the
wrong number of arguments."
Can someone please point out my mistake?
line for the field "Region" which currently has no data.
IIF([Zone],1,"Downtown", IIF([Zone],2,"South Central",
IIF([Zone]=3,"Eastern", IIF([Zone]=4,"North", IIF([Zone]=5,"Western",
IIF([Zone]=6,"Southern", IIF([Zone]=7,"North Central","Not Specified")))))))
I get the error: "The expression you entered has a function containing the
wrong number of arguments."
Can someone please point out my mistake?