W
Walter
I'm having trouble getting an Iif Statement that includes a Dlookup to work.
Here is what I have but the records where the Iif is true show nothing for
this field.
IIf([tblOrders].[FreightOnly]=False,[tblOrders].[Price]-DLookUp("Price","tblProductCost","EffectiveDate
<=#" & [qryNetRevenue].![Loadeddate] & "#"),[tblOrders].[Price])
Thanks!
Walter
Here is what I have but the records where the Iif is true show nothing for
this field.
IIf([tblOrders].[FreightOnly]=False,[tblOrders].[Price]-DLookUp("Price","tblProductCost","EffectiveDate
<=#" & [qryNetRevenue].![Loadeddate] & "#"),[tblOrders].[Price])
Thanks!
Walter