Microsoft
Software
Hardware
Network
Question : Combo Box List index
I have a subform query that uses 3 combo boxes on that form as filters. I need to have a button that will clear the selections in the 3 combo boxes so that the query will not be filtered and the user can "start over". I tried " combobox1.value ="" " but that doesn't work. I need to set the combox.listindex to -1 to clear it however it won't let me put " combobox1.listindex=-1 " under click event for the button. Is there a fuction listindex that will set the combo box to -1 i.e no selection?
Thanks
Answer : Combo Box List index
combobox1.value = Null
(for all three)
Random Solutions
Microsoft SQL Server 2005 Service Pack 3 Failover Clustering (KB955706).
Disable Data Execution Prevention GPO
Can I copy data from one excel workbook into another without the second workbook visably opening?
How can I run/emulate IE 7 to access a site that only works for IE7
Home folder quotas - best method?
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Backup of ESXi when no other Windows Server
how to count the number of browser tabs are opened for an application?
logon.exe deleted - need help restoring it
Timers in CWinthread derived classes