T
TU_Mike
I have a report that is sourced to a query. Now in the report properties
there is a filter property and I want to further restrict data to the report
at this point. I want to first do a simple sub-string extract and then
compare the result to a fixed value. For example my filter command would be
as follows:
Mid(
there is a filter property and I want to further restrict data to the report
at this point. I want to first do a simple sub-string extract and then
compare the result to a fixed value. For example my filter command would be
as follows:
Mid(
,3,2) = "02"
So anytime the sub-string returns an "02" then I want that data in the report.
Any help is appreicated and thanks!
Mike
So anytime the sub-string returns an "02" then I want that data in the report.
Any help is appreicated and thanks!
Mike