Make values of dropdown box dependant on value selected in another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form with two drop down boxes box that contain values from
the database.

I want to make it so that the second dropdown box displays only the values
that correspond to the approprate value selected in the first value box.

For example dropdown A contains values (car, motorbike) and dropdown B
contains (4 wheels, 2 wheels). If 'car' is selected in dropdown A, only '4
wheels' should be available as an option in dropdown B. (This is a simplified
example).

Any help would be greatly appreciated - this isn't really my area of
expertise but I need to get it done.
 
Back
Top