Smitty
Legend
- Joined
- May 15, 2003
- Messages
- 29,536
I have a simple crosstab query that matches Training Classes with Job Titles.
All it does is list the job title as rows and Classes as column headers. Any matches currently return a 1 using a count on the class ID. This may seem trivial, but how can I replace the 1 with an "X"?
I tried using an expression expr1:Iif([CourseID]=1,"X","") but no luck.
Thanks,
All it does is list the job title as rows and Classes as column headers. Any matches currently return a 1 using a count on the class ID. This may seem trivial, but how can I replace the 1 with an "X"?
I tried using an expression expr1:Iif([CourseID]=1,"X","") but no luck.
Thanks,