Deleting all datas from Combo Box
-
Hello friends, In my MS Access, one of my form having a combobox whose row source is a query data. How can i delete all items from comboBox Thanks and regards Jishith
combobox1.DataSource=Nothing
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
combobox1.DataSource=Nothing
Rupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
ComboBox1.Datasource is not showing in my access. In ComboBox1 properties, rowsource type is Query/table and row source is my query. its not value list
-
So your Combo box is in access not in VB.Net? Is this a VBA question or an Access question or... perhaps you can be just slightly more specific??
Ya . Its in MS Access. In properties CmbFromDate.RowSource type = Table/Query CmbFromDate.RowSource = "Query Created On" The query is getting for the dates from Access Table The combo box i used for the user to select the date. After quitting the application the .mdb file showing huge size . The previous query data is still in the combo Box
-
Ya . Its in MS Access. In properties CmbFromDate.RowSource type = Table/Query CmbFromDate.RowSource = "Query Created On" The query is getting for the dates from Access Table The combo box i used for the user to select the date. After quitting the application the .mdb file showing huge size . The previous query data is still in the combo Box