wcboyd Registered User. Local time Today, 17:54 Joined Aug 30, 2004 Messages 50 Jul 29, 2009 #1 Hello All, How do I retreive a value that has been clicked on in a listbox?
DCrake Remembered Local time Today, 23:54 Joined Jun 8, 2005 Messages 8,626 Jul 29, 2009 #2 Seems a bit naive question, however if the value you want from the ist box is the bound column then x = Me.Listbox However if you need to refer to a different column then you need x = Me.Listbox.Column Where n is the ordinal number of the column David
Seems a bit naive question, however if the value you want from the ist box is the bound column then x = Me.Listbox However if you need to refer to a different column then you need x = Me.Listbox.Column Where n is the ordinal number of the column David
wcboyd Registered User. Local time Today, 17:54 Joined Aug 30, 2004 Messages 50 Jul 29, 2009 #3 Sorry for the naive question, but I appreciate the answer none the less! My background is mainframe programming so this object world and syntax is a little overwhelming. Thanks for being patient with me while I learn. Craig
Sorry for the naive question, but I appreciate the answer none the less! My background is mainframe programming so this object world and syntax is a little overwhelming. Thanks for being patient with me while I learn. Craig