Hi all,
I am trying to pass the contents of a form combobox into a Report header in Visual Studio.
I can do this no problem in Access but since moving onto VS I cant do the same.
I have a report, with a parameter in the header.
I then have a form with a bunch of comboboxes, and a report viewer. The comboboxes are used to filter the report which works fine.
What I want is when the user clicks a combobox value, it will display in the report.
E.g. The user clicks the month January in a combobox, it will then display January in the header and so on.
Thanks
Gareth