In article <F3BF649E168BD411A1B700010271F38BB4BD20@SBMAIL>, Randy Rankin wrote:
> Based on the user selection, the 2nd
> drop down box would be populated with the distinct 'make' for that model
> (ie; if the user selects Ford in the first drop down, the 2nd drop down
> would be populated with Explorer, Expedition, Ranger, etc.).
>

something like SELECT Model FROM MyTable WHERE Manufacturer='Ford'

-- 
Rgds
Ralph



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to