Parameters must be declaried in a crosstab query.
Open the crosstab query in design view and click on menu QUERY - Parameters.
Paste [Forms]![Project_Plan_Detailed_Form]![ProjectID] in the
Paremeter field and in the Data Type enter TEXT.
Make sure the paste is an exact copy of the parameter used elsewhere in the
queries.

Signature
KARL DEWEY
Build a little - Test a little
> I have a Crosstab query that gives me the summarized total per month
> (columns) for each employee (row) on a project. I have a 'Where' criteria to
[quoted text clipped - 23 lines]
> ORDER BY [Resource Plan Conditioned Spending].RDate
> PIVOT [Resource Plan Conditioned Spending].RDate;
Karen - 15 Jan 2008 19:10 GMT
Thanks! I did have to play with it a little since at first it gave me a new
error even though I checked that everything was identical ('The expression is
typed incorrectly, or it is too complex to be evaluated...' ). Turned out
the only issue was that it's not a textual ID, it's numeric. Once I changed
the parameter type from 'text' to 'value' ('decimal' didn't work) it worked
smoothly.
> Parameters must be declaried in a crosstab query.
> Open the crosstab query in design view and click on menu QUERY - Parameters.
[quoted text clipped - 30 lines]
> > ORDER BY [Resource Plan Conditioned Spending].RDate
> > PIVOT [Resource Plan Conditioned Spending].RDate;