I have created a Crosstab Q. I have a Code field that I need criteria for. The Code field is also the column field, so I added the Code field again, set the Grouping to Where, and typed in my criteria. So far, it works. When I try to put a parameter in the criteria referenceing a text box on a form, no worky.
The data in the field is a year and the a 2 digit Code. Example: 200403. I want only the first 4 digits (the year) to be the criteria.
So my parameter is
Like Forms![FormName]![Year] & "*"
The extra complication with the Like expression is not the whole problem. I can't get even a straight forward parameter to work.
Any help would be greatly appreciated
BooHoo
The data in the field is a year and the a 2 digit Code. Example: 200403. I want only the first 4 digits (the year) to be the criteria.
So my parameter is
Like Forms![FormName]![Year] & "*"
The extra complication with the Like expression is not the whole problem. I can't get even a straight forward parameter to work.
Any help would be greatly appreciated
BooHoo
Last edited: