Default Value for combo box

  • Thread starter Thread starter Mike Bailey
  • Start date Start date
M

Mike Bailey

I have a combo box that is bound to a table called tblState. So the combo
box is a list of States how can I have a default value (Washington) When the
form is loaded?
 
Set the property DefaultValue to "Washington"

Hope This Helps
Gerald Stanley MCSD
 

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