Hi, all
I am trying to open second form with comand button
I have two forms
Form_1 – “Filter”
Form_2 – “Objects”
In the Form_1 – “Filter” I have 3 comboboxes:
1-Regions (cbo_Regions)
2-Cities (cbo_Cities)
3-Тypes of objects (cbo_TypeOfObjects)
I bild comand button to open second form (Form_2 – “Objects”).
1st - When it open I want to open all selected type of object (cbo_TypeOfObject) for example - all hotels
2nd - When it open I want to open all hotels (cbo_TypeOfObjects), but only in the selected sity in cbo_Cities
I am trying to open second form with comand button
I have two forms
Form_1 – “Filter”
Form_2 – “Objects”
In the Form_1 – “Filter” I have 3 comboboxes:
1-Regions (cbo_Regions)
2-Cities (cbo_Cities)
3-Тypes of objects (cbo_TypeOfObjects)
I bild comand button to open second form (Form_2 – “Objects”).
1st - When it open I want to open all selected type of object (cbo_TypeOfObject) for example - all hotels
2nd - When it open I want to open all hotels (cbo_TypeOfObjects), but only in the selected sity in cbo_Cities