B
Bryan
Hello.
I have a problem which I'm unable to improve. I need to be
able to create a report based off a table every month.
1. The table each month can contain various columns
2. I have no control over the data
3. The data is broken into sections by a code
The current solution I have is for every column in my
table has a field on the report, table name 'Test', report
name 'txtTest' etc. The problem comes when more and more
fields are added to the table.
I've tried a number of solutions but none seem to work.
First of all I can't set the control source dynamically,
because of the Sub_Header (that sets the labels for each
code).
I've also tried to have aliases for all of my fields,
field1, field2 etc, but that doesn't work either.
Any ideas? I'm pulling my hair out here.
Thanks,
Bryan
I have a problem which I'm unable to improve. I need to be
able to create a report based off a table every month.
1. The table each month can contain various columns
2. I have no control over the data
3. The data is broken into sections by a code
The current solution I have is for every column in my
table has a field on the report, table name 'Test', report
name 'txtTest' etc. The problem comes when more and more
fields are added to the table.
I've tried a number of solutions but none seem to work.
First of all I can't set the control source dynamically,
because of the Sub_Header (that sets the labels for each
code).
I've also tried to have aliases for all of my fields,
field1, field2 etc, but that doesn't work either.
Any ideas? I'm pulling my hair out here.
Thanks,
Bryan