G
Guest
I have this so far
=(Round(Nz([Text1001],0)*Nz([Text651],0),2),Null)
I would like to make this into an IIF satement.
IIF([Date Leave1] is not null then
Round(Nz([Text1001],0)*Nz([Text651],0),2),Null))
can you help me get this to work?
=(Round(Nz([Text1001],0)*Nz([Text651],0),2),Null)
I would like to make this into an IIF satement.
IIF([Date Leave1] is not null then
Round(Nz([Text1001],0)*Nz([Text651],0),2),Null))
can you help me get this to work?