Hi,
I have an access 2003 form with a ListView Control (MSComctlLib.ListViewCtrl.2)
I can trap the user selecting a row in the list using the click event.
I am trying to trap when a user uses the arrow up and down keys which change the selected item in the list.
I have tried afterUpdate and ItemChanged but they don't fire or maybe are not even events in a listView
Does anyone know which event I need to trap?
I have an access 2003 form with a ListView Control (MSComctlLib.ListViewCtrl.2)
I can trap the user selecting a row in the list using the click event.
I am trying to trap when a user uses the arrow up and down keys which change the selected item in the list.
I have tried afterUpdate and ItemChanged but they don't fire or maybe are not even events in a listView
Does anyone know which event I need to trap?