I have a listbox on a form which displays data based on the value of a textbox. I requery the listbox every second or so using the timer event on the form. What I want to accomplish is that whenever the listbox changes, i.e. a new row is added to the list, a subsequent action (in my case, a beep) occurs.
I tried the afterupdate property of the listbox but that doesnt seem to work. The listbox is unbound.
ANy help would be appreciated....