Stop a combo box from coming up with a blank

S

SHIPP

Whenever I open a form the combo box is blank. How can I have it default (on
an existing record) to the first record in the underlying query?
 
K

Klatuu

Use the Default Value property of the combo box. you can put a specific
value there or a function that returns the value you need. The value must be
in your list.
 
Top