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
How do I place an image next to a database item in SQL Reporting Services
Adding an attribute to the xml root using FOR XML PATH syntax
Access questions re: forms
Error # 429: ActiveX component can't create object by db1 when sending automatic email
How to Call MDI Child Events from MDI Parent...not all MDI Children are the same form
SQL Reporting Services - Format Datetime {0:D} culture?
Difference between Server 2003 Appliance edition and server 2003 R2
Disable Enter key in Datagrid
How do you show deadlocks in SQL Server 2008?
Creating a directory path string based on choices in a form