Macro for filtering form

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
 
S

Steve Schapel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top