jaaret
Instructor
- Jun 19, 2002
- 171
I successfully pull data into a report from a column in a form's combo box, for example:
Control Source =cmbContactID.Column(3)
Is it possible to use this method to pull in data from a column in a query rather than use the field name?
The reason I ask is this:
I've built a crosstab query to abstract projects by month on a rolling 120 day cycle. The rows list the projects, the columns list the months and the value displayed is the due date. Since the names of the columns change from month to month in the crosstab I've been going in and manually changing the control source for the report fields each month. It seems like referencing the query column should resolve this.
Is this the best way to approach building a report on a crosstab query that changes over time?
Thanks in advance,
Jaaret
Control Source =cmbContactID.Column(3)
Is it possible to use this method to pull in data from a column in a query rather than use the field name?
The reason I ask is this:
I've built a crosstab query to abstract projects by month on a rolling 120 day cycle. The rows list the projects, the columns list the months and the value displayed is the due date. Since the names of the columns change from month to month in the crosstab I've been going in and manually changing the control source for the report fields each month. It seems like referencing the query column should resolve this.
Is this the best way to approach building a report on a crosstab query that changes over time?
Thanks in advance,
Jaaret