A
Andre Laplume via AccessMonster.com
We have reports that have columns for months (JulYY - JunYY) going across the
top of the page. Depending on how the report is run, the year of the month
may differ....ie a fiscal 03 run, an 04 run etc. This has nececitated
updating the column labels (ex: Jul 03 to Jul 04, Aug 03 to Aug 04 etc etc).
I came up with 12 queries (one for each month) that will always result in ONE
returned record with one field: label containing what I would want to see as
the lable for that particular month on the report. Is there a way to
link/derive the report column label to the query result? In other words I'd
have 12 text boxes/labels across the top of the report page and each would
point to it's own query which would return the label text I'd want to see on
the report page.
On the box's properties it looks like the Control Source will let you drill
down to a query and even select the defined 'label' value however when I open
the report it behaves as if the query is non-existent.
top of the page. Depending on how the report is run, the year of the month
may differ....ie a fiscal 03 run, an 04 run etc. This has nececitated
updating the column labels (ex: Jul 03 to Jul 04, Aug 03 to Aug 04 etc etc).
I came up with 12 queries (one for each month) that will always result in ONE
returned record with one field: label containing what I would want to see as
the lable for that particular month on the report. Is there a way to
link/derive the report column label to the query result? In other words I'd
have 12 text boxes/labels across the top of the report page and each would
point to it's own query which would return the label text I'd want to see on
the report page.
On the box's properties it looks like the Control Source will let you drill
down to a query and even select the defined 'label' value however when I open
the report it behaves as if the query is non-existent.