Guys,
I have the following expression in a query:
The "required" feild in this query always has data in it, "oddespatchdate" feild sometimes does, sometimes does not depending on user input.
I want the "required" feild to show if "oddespatchdate" is blank but the "oddespatchdate" to show if both feilds contain data.
unfortunatlly the expression always returns the "required" data regardless if there is data in the "oddespatchdate" feild or not.
can anyone let me know where i have gone wrong
Expr1: IIf(IsNull([orderdetailsoriginal].[oddespatchdate]),[orders].[required],[orderdetailsoriginal].[oddespatchdate])
I have the following expression in a query:
The "required" feild in this query always has data in it, "oddespatchdate" feild sometimes does, sometimes does not depending on user input.
I want the "required" feild to show if "oddespatchdate" is blank but the "oddespatchdate" to show if both feilds contain data.
unfortunatlly the expression always returns the "required" data regardless if there is data in the "oddespatchdate" feild or not.
can anyone let me know where i have gone wrong
Expr1: IIf(IsNull([orderdetailsoriginal].[oddespatchdate]),[orders].[required],[orderdetailsoriginal].[oddespatchdate])