On a form, I have a drop down list containing an ID number. After the user selects an ID number, the record is retrieved and the fields on the page are updated with this record. My problem is not all the fields have data. So, then the user needs to update these fields. How is the best way to provide the user with a drop down list for the fields that do not have any data? I should note that when the record is retrieved, if a field has data, I've set enabled to false. Thank in advance!!