G
Guest
In a query - I would like to have the ContainerID field return "Other" if
"Container" is not in the field somewhere and for all else the value of
ContainerID. The following line brings up no data when I know there is:
IIf(([Inventory].[ContainerID]) Not Like
("Container"),"Other",[Inventory].[ContainerID])
Can you suggest what I am doing wrong?
Thanks in advance.
"Container" is not in the field somewhere and for all else the value of
ContainerID. The following line brings up no data when I know there is:
IIf(([Inventory].[ContainerID]) Not Like
("Container"),"Other",[Inventory].[ContainerID])
Can you suggest what I am doing wrong?
Thanks in advance.