creating form with selections that change based on user's previous selection

R

Robert Bogart

I'm building a database to track articles for a
newsletter. The articles deal with various court cases and
fall into one of four major categories. These four
categories are themselves sub-divided into from six to 19
sub-categories. I would like to create a form that would
allow the user to select one of the four main categories
and then make a selection from one of the related sub-
categories. Can anyone make any suggestions? I thought a
sub-form, but I'm drawing a blank here on how to execute
this. So far, I've created tables for (1) main categories
(one table) and (2)each of the sub-categories (four
tables).

I'd appreciate any suggestions as to how to make this
dynamic action occur on the form. Needless to say, I need
to have the data on the form write to a master table that
contains a field for the main category and one for the sub-
category.

Thanks much.
 
R

Rick B

Do a search on cascading comboboxes.

This has bee asked and answered in here many many times.


I'm building a database to track articles for a
newsletter. The articles deal with various court cases and
fall into one of four major categories. These four
categories are themselves sub-divided into from six to 19
sub-categories. I would like to create a form that would
allow the user to select one of the four main categories
and then make a selection from one of the related sub-
categories. Can anyone make any suggestions? I thought a
sub-form, but I'm drawing a blank here on how to execute
this. So far, I've created tables for (1) main categories
(one table) and (2)each of the sub-categories (four
tables).

I'd appreciate any suggestions as to how to make this
dynamic action occur on the form. Needless to say, I need
to have the data on the form write to a master table that
contains a field for the main category and one for the sub-
category.

Thanks much.
 

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