@Pat Hartman How did you handle columns that did not end up with a value?
I could be wrong, but I think that only happens if you open the query in design view when the source data is not available. Otherwise, if you left the query alone, you could still get a prompt, but it won't (shouldn't) be the generic Expr1 type.The columns that weren't used are changed to that expression. That is interesting.
You should only be supplying columns names for columns that have data, if you do not want to see empty columns.?I think the problem lies in the fact that if the crosstab changes and the column no longer exist, it is putting "" (empty string) as the column header, which Access really doesn't like. How could I add in IF ISNULL to this so rather than an empty string, its just 0? I could then set visibility to false for controls whos caption = 0
The same as we did for the other crosstab.?What would that PIVOT statement look like? Currently my PIVOT for the crosstab is: PIVOT TEMP_AssignSequence.SeqNum;
Derp. Its early and I need more coffee.The same as we did for the other crosstab.?
In mine I searched for active users, you searched for contractors.?
Pat,tmyers, Excellent.
Gasman, Since Access no longer supports A97 I can't even look at the example. I don't know if Roger is maintaining his library or if someone else has taken it over. Do you know?