I have an access form with a bound combobox, using a select query. When the form comes up, it is blank and the user has to select an item by clicking on the drop-down. The bound column is column 1 (ie the second column in the query).
How can I get the combobox to display an initial value (hopefully the first record in the result set)?