I have a report parameter that accepts multiple, user entered items. User would like to see a list of any entered parameter values that do NOT get a record from the database table. This is a char field in the database.
It's a quick query, so I could use a subreport. The report outputs as a crosstab with store #'s for rows and items for column and is exported to Excel. The list of not found items could go in report footer or header or somewhere......
mlmcc