ListBox blues

G

Greg Smith

I have a listbox that is not bound to any field.
When you click on an item in the listbox, I cannot get it
to update another field with your selection.

What I am trying to do is create my own external GAL
(trying to get rid of all the security pop ups). I can get
it to list the user names but when you select one, I
cannot update the text box with your selection.

Can someone tell me if I need to use a function or sub and
how to do it correctly??
 
Top