I have two radio button, one list box and a searchbtn on my form. The listbox is right next to my 2nd radiobutton. My 1st radiobutton is ALL and the 2nd one is Individual. If user choose 1st radiobutton(ALL) I want to it to choose all choices in listbox, so when users click searchbtn, it will go and search record which contain for all choice in listbox. And if users click 2nd radiobutton(Individual), I want it to automatically choose the first choice in the listbox (but user can also select different choices) and click searchbtn, the it will only go out and search for the selected choice in listbox. Is there a way/code to do it?
I appricates any guidances.
I appricates any guidances.