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
SQL Query to delete all records older than 365 days
Declare variable in Microsoft SQL Server Management Studio
How to handle attachment-type fields in Access 2007
Are Dell PCs with same OEM number LEGAL ?
MS DYnamics GP Change Fiscal Year
Windows Bad Image Error
ASP.NET Grid Number Formatting
How can I change the identity property of a column without setting the wrong seed?
How to refresh the view in an SDI application
recovering *Contacts* from an old .OST file???