Case expressions in Access
You can use the IIF() function instead. IIF(condition, valueiftrue, valueiffalse) condition is the value that you want to test. valueiftrue is the value that is returned if condition evaluates to TRUE. valueiffalse is the value that is returned if condition evaluates to FALSE. There is also the Switch function which is easier to use and … Read more