bethabernathy
Programmer
Hi - I have a text box on a report that where I need to perform a calculation based on criteria. I am looking to calculate this: IIf the field "desc" is null, then I want to subtract one from the dataset. So, this is where I am at:
=IIf([desc]=Null,-1)
This is returning blank, so I am obviously writing the statement incorrectly. Any information is really appreciated. Thanks so much. Beth beth@integratedresourcemgmt.com
=IIf([desc]=Null,-1)
This is returning blank, so I am obviously writing the statement incorrectly. Any information is really appreciated. Thanks so much. Beth beth@integratedresourcemgmt.com