Hi,
I have a uncommon issue in a report. I hope I can explain it clear.
I am using version 2008, the report layout is like a form, such as:
Department:Accounting Project Manager: John Boeck
There are about 20 fields. The title, like Department is not the field name. Right now they are all hard-coding. But we have a table, let me call it D, in database which stores all the tables, fields and descriptions. The title in my report is the description in that table. Since the descriptions are changed very often. I want to use that description in my report.Once they change the descriptions for any fields, I don't have to make the changes to the report(after report is completed, it will be in client site). The table D has no connection to any tables in my report.
May I create something from that table and use them as the titles for my report?
I have a dump way: I create subreport for each specific field,set condition to table name = the table that file is in, field name=filed name, then put out the Description. The problem is that I have about 20 fields, then I have to create 20 subreports.the report will connect to the same table 20 times. Obviously it is not the right way to do it.
But could it be a way?
Thank you so much for your patient and very appreciate for any ideas!!!
I have a uncommon issue in a report. I hope I can explain it clear.
I am using version 2008, the report layout is like a form, such as:
Department:Accounting Project Manager: John Boeck
There are about 20 fields. The title, like Department is not the field name. Right now they are all hard-coding. But we have a table, let me call it D, in database which stores all the tables, fields and descriptions. The title in my report is the description in that table. Since the descriptions are changed very often. I want to use that description in my report.Once they change the descriptions for any fields, I don't have to make the changes to the report(after report is completed, it will be in client site). The table D has no connection to any tables in my report.
May I create something from that table and use them as the titles for my report?
I have a dump way: I create subreport for each specific field,set condition to table name = the table that file is in, field name=filed name, then put out the Description. The problem is that I have about 20 fields, then I have to create 20 subreports.the report will connect to the same table 20 times. Obviously it is not the right way to do it.
But could it be a way?
Thank you so much for your patient and very appreciate for any ideas!!!