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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top