A
Adam
Hello!
How do I create a query that returns #N/A when the value
is null? I am currently using this in line if statement:
PSI: IIf(IsNull([tblPSI.Pressure]),"#N/A",
[tblPSI.Pressure])
However, by using this iif statement, my numeric values
are changed to text. How do I get my query to return #N/A
when null, but keep my numeric values numeric if not?
Thanks for the help!
How do I create a query that returns #N/A when the value
is null? I am currently using this in line if statement:
PSI: IIf(IsNull([tblPSI.Pressure]),"#N/A",
[tblPSI.Pressure])
However, by using this iif statement, my numeric values
are changed to text. How do I get my query to return #N/A
when null, but keep my numeric values numeric if not?
Thanks for the help!