Need a default value for a form

C

Chris

I have a form that has a field attached to a combo box. I
am entering over 60 entries on a form. Is there a way that
I can select a certain value so that it will automatically
come up each time I enter new information. In other
words,since I am going to enter the same value from the
drop down list can I temporarily set one as a default
instead of dropping down to that same value with each
entry. It would save alot of time and errors. Than You

Chris
 
D

Damon Heron

In the properties of the combobox put the ID of the field you want to
default to. (that's assuming you have a table with ID, SomeName, etc. and
the combobox is using it as a control source).

HTH
Damon
 
G

Gerald Stanley

Have you tried setting the combo box's DefaultValue property?

Hope That 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

Top