J
Joelle921
I have 5 tables which were set up across rather than down - ie
fields are Jan04,Feb04...Sept04,Oct04...Jan05,Feb05...Aug05,Sept05
I currently have a query/report which is pulling the correct rolling12
months from the tables - but it requires the query/report to be
modified each month - ie change the Oct04 field to Oct05
I'd like to create a table that would select the correct fields -
ie
01-2005 use Jan04fill,feb04fill...dec04fill,Jan04Service,feb04Service
02-2005 use Jan05fill,Feb04fill...dec04fill,Jan05Service,feb04Service
03-2005 use Jan05fill,Feb05fill...dec04fill,Jan05Service,feb05Service
I've gotten it to work in test by directly modifiying the report's
field controlsource but as there are 168 controls - performance is an
issue
is there any way to use the table to select the fields in the query??
I could then make a table which would be replaced each month that would
have the fields which need to be displayed on the final report
Thanks in advance
fields are Jan04,Feb04...Sept04,Oct04...Jan05,Feb05...Aug05,Sept05
I currently have a query/report which is pulling the correct rolling12
months from the tables - but it requires the query/report to be
modified each month - ie change the Oct04 field to Oct05
I'd like to create a table that would select the correct fields -
ie
01-2005 use Jan04fill,feb04fill...dec04fill,Jan04Service,feb04Service
02-2005 use Jan05fill,Feb04fill...dec04fill,Jan05Service,feb04Service
03-2005 use Jan05fill,Feb05fill...dec04fill,Jan05Service,feb05Service
I've gotten it to work in test by directly modifiying the report's
field controlsource but as there are 168 controls - performance is an
issue
is there any way to use the table to select the fields in the query??
I could then make a table which would be replaced each month that would
have the fields which need to be displayed on the final report
Thanks in advance