yes just use the defaultValue property.
typically, your combobox has a rowsource attached - say a query attached to
it.
in addition, you could use code to the default value - say on a form current
or other event
including the enter event of the combobox.
HS