I have a form with a command button and a drop down box (cboRegions).
In cboRegions the user can select(America, Europe, Asia) or leave the box empty to see all regions.
When the user clicks on the command button it opens a report for the specified region or all regions.
On the report header I have a text box called txtRegion. If the user leaves cboRegions empty, I would like to hide txtRegion on the report.
Is that possible?
If yes, how do I do it?
In cboRegions the user can select(America, Europe, Asia) or leave the box empty to see all regions.
When the user clicks on the command button it opens a report for the specified region or all regions.
On the report header I have a text box called txtRegion. If the user leaves cboRegions empty, I would like to hide txtRegion on the report.
Is that possible?
If yes, how do I do it?