Stop a combo box from coming up with a blank

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top