JohnCHolmes
Technical User
Apparently I can not define a field as
MyField: IIf(Left$([NAME],3)=”ABC”,null,[NAME])
The query designer forces square brackets, a la [”ABC”]
and then interprets it as an unknown field (the popup that essentially asks " What is ["ABC"] "
.
IIf and Left appear to be supported in this context so now I'm stuck. Help?
A2000 on Win2000. TIA.
MyField: IIf(Left$([NAME],3)=”ABC”,null,[NAME])
The query designer forces square brackets, a la [”ABC”]
and then interprets it as an unknown field (the popup that essentially asks " What is ["ABC"] "
IIf and Left appear to be supported in this context so now I'm stuck. Help?
A2000 on Win2000. TIA.