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
Create report out of crosstab where column name changes
How to explore disk raiding status in Win2k3Server
Inserting XML data int an nText field in SQL 2005
Access SQL Join Statement in VBA - Help
Repeat Header columns on each and every page of the Report
T-SQL UDF to Obtain Table Row Count
Drag and drop files in ms access form to be stored sepratly
SQL Average from Query
STL: Removing dublicates from the list of strings
Open form in acDialog command not working