Hello!
I created a form which contains two combo box. The data of these combo box come from a database. The first contains the data of the mandates. The second contains the data of the positions. A mandate can contain any position, one or more positions. Thus, if I do not choose any mandate, no position is in the second combo box. When I choose a mandate, the positions specific to this mandate are in the second combo box. Thus, when a mandate is selected, I should seek in the database the positions specific to this mandate. Thus, with each mandate chosen, the form disappears and reappears with the specific positions. But I would like that the form does not disappear with each selected mandate. I would like that the form is not refreshed, only the data of the positions change. How can I do that?
Thank you in advance!
I created a form which contains two combo box. The data of these combo box come from a database. The first contains the data of the mandates. The second contains the data of the positions. A mandate can contain any position, one or more positions. Thus, if I do not choose any mandate, no position is in the second combo box. When I choose a mandate, the positions specific to this mandate are in the second combo box. Thus, when a mandate is selected, I should seek in the database the positions specific to this mandate. Thus, with each mandate chosen, the form disappears and reappears with the specific positions. But I would like that the form does not disappear with each selected mandate. I would like that the form is not refreshed, only the data of the positions change. How can I do that?
Thank you in advance!