I have a Combo Box with two columns, an autonumber field(hidden) and a text field, which is bound on the autonumber field. There are six items to choose from in the list. If the 1st item is chosen, a dialog box opens to accept user input to replace what is in the text field of the Combo Box. This value will be different every time it's filled in. Any other choice on the list is to be displayed as it appears. Is it possible to change the combo box into a text box and have it accept this new data just for this one choice while still leaving it as a combo box for the other five choices? I tried using this code, and got a message telling me to switch to design view if I need to change the ControlType property.<br><br> Me.cboDisposition.ControlType = acTextBox<br><br>Any ideas?<br>Thanks, wdennis