A
AntonioRio
I use a certain form to make a report. In this form there’s a ComboBox where
users can choose a value in order to make a filtered report.
After the user picks a value, he clicks on a OK button and the filtered
report appears on the screen. The problem I’m facing is that when the user
leaves the ComboBox blank, the report returns no items!
It’s as if the report understands that the user selected a non existing
value, returning a blank report.
If the user leaves the ComboBox blank, I wan’t the report to return ALL
values (thinking that the user didn’t apply any filter).
What code do I need to write to do this?
Thank you for your time and assistance.
Antonio.
users can choose a value in order to make a filtered report.
After the user picks a value, he clicks on a OK button and the filtered
report appears on the screen. The problem I’m facing is that when the user
leaves the ComboBox blank, the report returns no items!
It’s as if the report understands that the user selected a non existing
value, returning a blank report.
If the user leaves the ComboBox blank, I wan’t the report to return ALL
values (thinking that the user didn’t apply any filter).
What code do I need to write to do this?
Thank you for your time and assistance.
Antonio.