My dropdown is use to a filter from a dataset. Which I cannot connect the dropdown to insert in the data collection. So I come up on an Idea which I just copy the value selected in the dropdown to another input box, and that input box will be set to insert in the data collection. But the problem is, its not storing any data. My strategy is to just hide the input box without clicking it. I use the input box just to store the value selected in the dropdown and and that input box is connected in the dataset to collect information.
Any suggestion on this matter.
Hi, you description not seems clear.
Do you want to store the dropdown value to database?
The issue you’re facing to store, because dropdown is connected to the dataset.
I’m I right? If not, please clear this so that I can help you out.
Yes I want to store the value in the dropdown. But the problem is the dropdown is being use as 1 of my filter in another dropdown. by being filtered I can’t connect it in a dataset to write.
Supposed I have 2 dropdowns. 1st dropdown is the list of the provinces. Then my 2nd dropdown shows the municipalities in the province selected… But the case is I use my 1st dropdown to filter the province, and because it was use as a filter I cannot connect the dropdown to store value in the dataset.