Cascading Combo Box Behaviour

Turbojohn

Registered User.
Local time
Today, 17:55
Joined
Aug 14, 2006
Messages
16
Hi,

I am using a form with 3 combo boxes name, weight and grade. The combo boxes are cascading:

A name is selected in the first combo box, since each name has different weights attached to it only the weights associated with that name are selected when the weight combo box is clicked. In a similar vein, there are only certian grades associated with a certain weight.

The effect is to filter the results so that an invalid entry cannot occur.

My problem is that once an entry is made and I select a new name for the next entry, the weight and grade boxes remain with the same values instead of updating to new values. Updating of the boxes does not appear to be working.

Does anyone have any ideas how to solve this problem?

Many Thanks
Turbojohn
 
Have you done a search in the forum for cascading combo boxes? There are some great examples available.
 

Users who are viewing this thread

Back
Top Bottom