Hello,
I am running the following query.
IIf([PMN Pull1].TYPE='C' And [Outbound Raw].[Date]=[Enter CALL date YYYY-MM-DD],[Outbound Raw].[Settlement Date]=[Enter Settlement Date YYYY-MM-DD:],[Outbound Raw].[Settlement Date]) AS [Settlement Date]
I want to input a date where Type ='C' and change the settlement date according to my input. However, with this method when i input "2019-03-31" as my settlement date it returns "1899-12-29"
Is there a way to force the parameters to return the value as is?
Thanks
D