Restrict 1 combo box based on another combobox value

B

Beth

Hi,
This should be very easy, but isn't working right.
I have a form in continous view (which seems to be the problem).
For each record, there are 2 comboboxes. The boxes are both tied to data in
a table and the user won't necessarily touch the first combobox prior to the
secondary one.
The first box is the school year (Freshman, Sophmore, Junior, Senior).
Based on the selection for that specific row, I want to restrict the second
combobox to just the classes available for that year students.

I have tried using the following in the criteria line of the Courses column
in the row source of the second box (where the first box is called txtSchYr)
[Forms]![frmRegistrations]![txtSchYr].

In the continous view, it is selecting the txtSchYr from the first record,
so it is wrong for everyone else.

What am I missing?

Thanks in advance.

Beth
 

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