I have a query where I need to check for a null in a numeric field. I did a search on this forum and found several threads with the answer. However, for some reason I can't get it to work. What am I doing wrong here?
Vendx: IIf( isnull ([Vendor],999,[Vendor])
All I need to do is put a 999 in any Vendor field that is empty otherwise use the assigned number.
Vendx: IIf( isnull ([Vendor],999,[Vendor])
All I need to do is put a 999 in any Vendor field that is empty otherwise use the assigned number.