Hello
I'm trying to apply filter on a selected item in listbox! I tried many times without a result! I want that the name of the Report is a variable from the selected item in the lstbox. Any Clue?
Help is highly apprciated!
Thanks and have a nice weekend!
I'm trying to apply filter on a selected item in listbox! I tried many times without a result! I want that the name of the Report is a variable from the selected item in the lstbox. Any Clue?
Code:
Reports![strRepName].Filter = Me.strWhere
Reports![strRepName].FilterOn = True
Help is highly apprciated!
Thanks and have a nice weekend!