List box event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to execute code when a user makes a selection from a listbox. Do
I put the code on the Click event? After Update?

The Listbox is a list of names and I am moving to that record on the main
form.
Thanks!
 
think about how your users will interact with the listbox. can they only get
into the listbox by clicking on it? or can they "tab" into it, and use the
arrow keys to move up and down the list? it usually takes some
trial-and-error testing on the developer's part to determine what approach
will provide an easy, smooth interaction for the users and also deliver the
desired result every time.

hth
 
Back
Top