Country: IIf(IsNull([CMCTRY]),"United States","Listed Countries")
MH
> People -
>
[quoted text clipped - 14 lines]
>
> Gil
Generally, one blank (or, space(1)) doesn't occur in tables because
everything is trimmed. Try
Country: IIf([CMCTRY]="","United States","Im something else")
or, Country: IIf(IsNull([CMCTRY]),"United States","Im something else")
> People -
>
[quoted text clipped - 14 lines]
>
> Gil
Gilbert Noetzel - 30 Mar 2007 22:36 GMT
both of you are correct..on the Country: IIf(IsNull(.....
Why am I so backwards!
thank you ...and have a great weekend.
gil
> Generally, one blank (or, space(1)) doesn't occur in tables because
> everything is trimmed. Try
[quoted text clipped - 19 lines]
>>
>>Gil