i created a data report. i want that when i clicked a command button, it shows the report and at the same time assigns caption on my label in my data report? how can i do that?
Printable View
i created a data report. i want that when i clicked a command button, it shows the report and at the same time assigns caption on my label in my data report? how can i do that?
Try something like this. DR1 is the data report. you need to know the section number. (first section on the page is 1)
DR1.Sections(2).Controls("lblCatalog").Caption = "?"
if you need more help let me know.
hello nathan
is there any possible way to make my data report landscape? im getting errors like "report width is larger than paper width?" pls help me thanks
If there is a way I haven't found it yet. Search the site I think some other people had asked that question. They might have gotten an answer.