Drop down database results with option to type in your own

D

Dennis Burgess

What is the simplest way to have a form that you can submit that gets its
data from a database result and then also have a option to type in another
option.

Then once that option was put in once, we can just use the drop down and it
will list that new entry that you have made.

Dennis
 
C

clintonG

Nice project for a web developer. I wrote two of these already in
ASP/VBS/ADOX. Its a bit of work as it requires some rules-based logic that
results in modifying the actual structure of the database. And I bet you
never even heard of ADOX right? ;-)
 
D

Dennis Burgess

nope!

I guess it is not simple then huh :(

clintonG said:
Nice project for a web developer. I wrote two of these already in
ASP/VBS/ADOX. Its a bit of work as it requires some rules-based logic that
results in modifying the actual structure of the database. And I bet you
never even heard of ADOX right? ;-)

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET [email protected]
URL http://www.metromilwaukee.com/clintongallagher/
 
Top