I have a form that I use to allow users to enter names into a database through. In this particular part of the form, I want to give my users the ability to select existing names from a list built from a SQL select statement, or to add a new name to the database if one does not exist.
Can a text box and dropdown box be combined? or does anybody have another suggestion of how to accomplish this?
Can a text box and dropdown box be combined? or does anybody have another suggestion of how to accomplish this?