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
LINQ to SQL Performance Issues
Missing Microsoft Calendar Control 10.0
Index fragmentation
What does it mean this access query
Finding a value in a list
How to Create Field with Autonumber?
VS 2008: "The designer cannot process the code at line...."
Tweak needed in Access VB Code
Hibernate Exception - Errors in named queries
SSIS: Insert New, Update existing -- how?