Microsoft
Software
Hardware
Network
Question : Capture data from listbox
Hello,
I have a listbox that contains data. When the user clicks row I would like the data held within column 1 to be copied to a textbox. Is this possible?
The listbox contains fairly dynamic data.
Thanks.
Answer : Capture data from listbox
in the afterupdate event of the listbox
private sub listbox_afterupdate()
me.text1=me.listbox.column
(1)
end sub
Random Solutions
outlook 2003 archiving and roaming users exchange 2003
How to seperate parts of a line using FOR and FINDSTR
Compiler Error Message: CS1012: Too many characters in character literal
How to forward all https request by using one isp line
File extentions
word 2003, the password is forgotten, how open the document
Jet-SQL REPLACE bug?
Default Message Required Field
Feed query results from one form to another
Union with a LEFT JOIN not producing distinct results