A
angie
i have created a form with four combo boxes and a toggle button.
each combo refers to a macro with ApplyFilter action. i want the form to
apply all or some of the filters according to the selection of the combo.
the problem is that only one filter is applied each time. how can i achieve
multiple filters with macros?
the toggle button refers to a macro with GotoControl and SetValue actions. i
want a specific field in the detail section of my form that is not visible to
become visible and vice versa according to the selection of checkbox (toggle
button). i cannot get my toggle button to work.
all macros are in the OnChange property of each control in my form. how can
i make the combos and my toggle button work properly?
pls help me!
p.s. i do not know how to use SQL, i prefer working with macros even if it
is more complicated!!!
each combo refers to a macro with ApplyFilter action. i want the form to
apply all or some of the filters according to the selection of the combo.
the problem is that only one filter is applied each time. how can i achieve
multiple filters with macros?
the toggle button refers to a macro with GotoControl and SetValue actions. i
want a specific field in the detail section of my form that is not visible to
become visible and vice versa according to the selection of checkbox (toggle
button). i cannot get my toggle button to work.
all macros are in the OnChange property of each control in my form. how can
i make the combos and my toggle button work properly?
pls help me!
p.s. i do not know how to use SQL, i prefer working with macros even if it
is more complicated!!!