Okay:
Heres what I want to do:
Im trying to input shows (or have users input) and concert dates for the bands on my website.
I want to have a database with venue information, if a venue has never been entered before, record it...
All recorded venues will be in a drop down list on the "add show" form...if the user selects a venue I want the rest of the venue stuff (location, web address, etc) to fill in so that my assumed stupid users dont try to enter that information in...
How can I do things where the value of a drop down can determine the values of other drop downs and other form data without having clicked a submit button
I have seen this used on car sites where you select a make and it fills in the models automatically...