I am creating a database that records people's work activities and want to use drop down menus to clean up the values they enter. They get paid based on their activities and roles, so I don't want a lot of user error. Right now, I'm using the same table for people to add or edit their entries, and people could say if a conference they went to was, for example, university, national or international in scope. The code right now is: " size="60" /> How do I add a drop down menu to this that still calls the existing value (if one exists) but allows them to add or edit other selections?