I have a form where a field is used as a “Select field” so that the user can make a selection from the list and update the database.
The dropDown list always displays the very first value on the database therefore, if the record is updated but the “Select” field is “not changed” the record is updated using the very first value on the dropDown list which is incorrect.
How can i make the first record on the list “blanks” instead of always displaying the very first record on the list so that if the “Select field” is never changed the database does not update the “Select field” with the first value. Do I have to check for sc_changed() ?? or is there a default value of blanks I can set on the DropDown list to begin with. ??? Thanks