Default in Combo box

  • Thread starter Thread starter dimpie
  • Start date Start date
D

dimpie

I have a form with a filed that is combo box.

Row Type - Table/Query
Row Source - A Query

I would like to assign a default value to this field. (the value that i will
be assigning is a part of the list) or if it could show the first value in
the list as default that would be fine too.

How do assign a default to this field?
 
In the combo box Data properties, assign your value to the the property:
"Default Value"
 
Back
Top