G
Guest
If I understand the switch function correctly, it processes the first
condition and if it is true then it returns the associated value and so on
through all the condition/value pairs in your function call. However, based
on my experience this evening with Access 2002, this does not appear to be
the case. If more than one of the conditions happens to be true, I'm getting
#Error instead of the value associated with the first true condition. Before
I start trying to recode the null string handling to elminate the multiple
trues, I wanted to see if this is consistent with the experience of other
users.
-- M.L. Cottingham
condition and if it is true then it returns the associated value and so on
through all the condition/value pairs in your function call. However, based
on my experience this evening with Access 2002, this does not appear to be
the case. If more than one of the conditions happens to be true, I'm getting
#Error instead of the value associated with the first true condition. Before
I start trying to recode the null string handling to elminate the multiple
trues, I wanted to see if this is consistent with the experience of other
users.
-- M.L. Cottingham