Generating drop don choices in a from based on SQL entries
I want to have a form with a drop down box, where all of the choices it gives are from a field in a table in a database.
For example, if the first 5 entries of my database are:
Make Model Year
Dodge Neon 97
Dodge Neon 98
Dodge Neon 99
Ford F 150 03
Ford F 250 04
I want a Form to appear with a "make" drop down box that gives the choices:
Dodge
Ford
Is that possible?
Thanks,
Nick
|