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
Building a form/SubForm reference
How can I delete cells and still preserve the formulas in other cells?
blinking font in SSRS report?
object variable or with block variable not set
Windows Vista won't recognize CD or DVD disks.
Defining a SourceWorkbook dynamically
Access 2007 Button Images
Can't read CDs through Windows XP explorer
How do you/Can you use data from multiple reports and put them on one report
SQL 2005