I have three list boxes on a form: TermList, SegmentList and YearlyList. These list boxes can either be runindividually or altogether. I want toclear the bar that highlights the option in each list after a report is run,otherwise I have to close the form an reopen it.
I have tried creatinga button in which the statement on “On Click” would state: TermList.RowSource = “” I have also tried TermList.RowSource =Null. Each Time I try the button I get amessage that states “The object TermList is not found”. I have also tried putting in the list box “AfterUpdate” option: Me.TermList = Null. Thisdid nothing. Any thoughts on what I ammissing. Thanks.