Here is the actual answer to what the OP wanted to do, which is the same as what I was trying to do: namely, display Boolean values in a calculated column as checkboxes instead of numeric values. (I was using IsNull rather than IIf, but had the same issue.)
1) In table design view, select the calculated column in question.
2) In the "General" tab, set "Result Type" to "Yes/No"
3) In the "Lookup" tab, set "Display Control" to "Checkbox"
1) In table design view, select the calculated column in question.
2) In the "General" tab, set "Result Type" to "Yes/No"
3) In the "Lookup" tab, set "Display Control" to "Checkbox"
