B
Brad
Thanks for taking the time to read my question.
I have a query that has the following criteria
IIf([Forms]![frmReportGenerator]![lstSelectedList].
[listcount]=0,([qrytblPricingIngredientsPre].
[PricingIngredTextCode]) Like '*',
([qrytblPricingIngredientsPre].[PricingIngredTextCode])
In (SELECT DISTINCTROW
tblSelectedProductCodes.SelectedProductCode FROM
tblSelectedProductCodes))
Each portion of this code works on it's own, the
criteria, the true and the false.
Together they don't.
I have substituted a value for the Like "*" portion and
the code works.
I have a feeling it is the Like "*" portion.
Any suggestions?
I have a query that has the following criteria
IIf([Forms]![frmReportGenerator]![lstSelectedList].
[listcount]=0,([qrytblPricingIngredientsPre].
[PricingIngredTextCode]) Like '*',
([qrytblPricingIngredientsPre].[PricingIngredTextCode])
In (SELECT DISTINCTROW
tblSelectedProductCodes.SelectedProductCode FROM
tblSelectedProductCodes))
Each portion of this code works on it's own, the
criteria, the true and the false.
Together they don't.
I have substituted a value for the Like "*" portion and
the code works.
I have a feeling it is the Like "*" portion.
Any suggestions?