I think I misread your question, and you'd rather have a default value set
for every new record, not just when the form opens. If this is the case,
then try the following in the form's OnLoad( ) event:
Me!cboNames.DefaultValue = Me!cboNames.Column(0, 0)
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.