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
How can I relocate the WSUS content databases to another server? Please advise
Simple T-SQL question...
SQL DISTINCT Problem
Format Date
Access - SQL Trim Inner Join
Multiple XAP files in same clientbin?
Need SQL Syntax help to make my qry more efficient.
2007 - Text fields imported from Excel have a format property of '@'
Userform Calendar
Coefficient of Correlation in pivot table