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
MS Access 2007 - Query as control source for a field
My App can't find Crystal Decisions DLL after it is moved to another computer.
Pivot Table Form - Display Null Values as "0" on Data Axis
What are ROLLUP and CUBE commands in SQL Server 2000 ?
Convert to Primary Zone to Secondary zone
windows 2008 terminal servver web access over internet
Duplicate entries in Combo box
Compile Error in VBA Access
Should the == operator ignore collation or not?
query