Macro for filtering form

  • Thread starter Thread starter Ricardo
  • Start date Start date
R

Ricardo

I have a form on which i have a combo box for filtering the information in
the form. I can fill the combo but i don't seem to get the macro to filter
the information in the form to work..

Can please anyone help me?

If you need more info, please ask.

best,
Ricardo
 
Ricardo,

What have you tried so far? What is the name of the combobox? What is
an example of the criteria data you are putting in the combobox? What
is an example of the filtering you are trying to achieve.

I guess the two most likely approaches here are using an ApplyFilter
action in your macro, or else a SetValue action to adjust the Record
Source property of the form.
 
Back
Top