Microsoft
Software
Hardware
Network
Question : select item in listbox via VBA in form onload event
I have a list box and I want a row selected on the when the form is opened.
The first column shows the same value in each row while the values in the second column are differerent.
Answer : select item in listbox via VBA in form onload event
this will select the first item in the listbox
me.ListboxName.value=me.li
stboxname.
itemdata(0
)
Random Solutions
Find Duplicate values
generic handler ashx file
SQL 2008 time(7) data type and Classic ASP code
On Error Resume Next
Proxy blocking sites on IE7 (intermittantly) but not IE6...
Better way than separating data tables?
SQL query to get database log file size
Export User Profile path and Login script path from AD2003
Excute multiple delete and insert statements in same query
using multi-dimensional array