Guys,
In my database report I want to search the Product Title field for a * at the end of it. Then if the mentioned product has the *, I want to display the description of that product. At the moment I have the following IIF statement, but it shows every single description, how can i narrow it down to just the ones I want?
=IIf([Product Title] And "*",[Product Description],Null)
Thanks for any help
Henry
In my database report I want to search the Product Title field for a * at the end of it. Then if the mentioned product has the *, I want to display the description of that product. At the moment I have the following IIF statement, but it shows every single description, how can i narrow it down to just the ones I want?
=IIf([Product Title] And "*",[Product Description],Null)
Thanks for any help
Henry