Sorry if i'm being a bit thick here but this is where I was falling down yesterday... how do I place the IIF statement in my Query pls?
Using SQL view?
SELECT x,y,z, IIf(IsNull([Date_Payment_Received]), Null, [Invoice_Value]) AS Paid_Value FROM XXXXX WHERE blah blah
surely will fail...