S
Sam H
Hi Peepz,
I am having problems with an IIF statement in the field
[Cusip] in my Query. I want to show "19810704" is there is
no cusip number in the Bookcredit table.
IIf(([BookCredit].[Cusip]) Is Null, ([BookCredit].[Cusip])
= "19810704",([BookCredit].[Cusip]))
Thanks,
sam
I am having problems with an IIF statement in the field
[Cusip] in my Query. I want to show "19810704" is there is
no cusip number in the Bookcredit table.
IIf(([BookCredit].[Cusip]) Is Null, ([BookCredit].[Cusip])
= "19810704",([BookCredit].[Cusip]))
Thanks,
sam