I'm not very good with coming up with descriptive subjects... Anyhow...
On my website users will look up and edit database records. There is one field that has specific text added to the database depending on what the user selects from a drop-down box. The options are "Yes" (the predefined text will be added) and "No" (nothing will be added to the field).
Later on this record may need to be edited. Is there a way that I can have the drop down box appear on the edit page with whatever selection was used on it before? Like, if there is text in Field_X, it will default to "yes", if there is not, it will default to "no." Would a checkbox be easier?
I don't want the users to be able to see or edit the predefined text.
Thanks!