I have a report that shows a property in Object Browser that is strange and I can't get rid of it: the property is named "myParameter" (this is the name I gave a parameter long time ago) and this property is defined at bottom of browser as "WithEvents myParameter As ControlInReportEvents." I recognize the name myParameter as a parameter I refer to in my code behind the report. But I have 3 other similar parameters handled in the same section of code and there is no listing of these others as WithEvents.... type properties in Object Browser. Here's the problem: this one WithEvents property asks the user for the parameter value and it duplicates another request for same parameter, and no matter what parameter value user provides for this WithEvents, it does not affect the report outcome. Perhaps I set up a parameter in a parameter dialog at one time, maybe for a different report and then it got copied, or .... I really don't understand the parameter dialog feature I guess, and I usually just use a parameter in my source query in brackets ("Like "*" & [Enter something] & "*") and then use same [...] in report for a text box source. Any help on this WithEvents property or parameter dialog feature in general would be appreciated. Jeff