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
Help with GPEDIT.MSC
windows xp IE 7
Powerpoint slide numbering - start on page 3 as page number 1, question re-posted
Pivot table: Add Chart Title - Dynamic by Filter
Server 2003 Audit Policy
File or Folder Selection
How do I stop the wizard that prompts to setup IE8 for every user on a win3k Terminal server
Access control inside nested gridview
in Excel - is it possible to copy only the numeric values in a given column? I want to copy a column which contains text & numbers - but I only need the numbers t
Populate a listbox with files from a directory