Filtering Forms

  • Thread starter Thread starter Nick.Korynski
  • Start date Start date
N

Nick.Korynski

Hi, I have a form with a subform of more detailed information. I have 4
fields on my main form that are in a separate table where each of these
fields is a sort of subset of the data above it. For example, the top
level would be like the customer category, the next level would be the
customer name, and below that is the product for that customer. I want
to be able to filter the combo boxes so that when I choose the customer
category, then only customer names appear in the next combo box that
match the chosen category. I also am going to apply this to the levels
below as well. Is there any way to do this in access without VB or is
VB needed? Thanks. Any help would be appreciated.
 
Nick,

Sorry for the "bad news". To do what you want you have to use VBA as you
need to change the properties of your combo according to the filter that
your are using. You also need VBA to change the filter, for that matter.

Regards/JK
 

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

Back
Top