Default value for a Combo box.

atiq

Registered User.
Local time
Today, 13:28
Joined
Apr 11, 2007
Messages
23
can anyone tell me how i can have the default value of the combo box field as the first value in the combo box drop down list?
 
There's a default value field in the properties of the combo box.
 
What expresion!

There's a default value field in the properties of the combo box.


But what expression do i use? sorry im new to Access and Database!
 
If you're new to Access, the easiest way would be to simply source your combo box list from a table and include the value you want as your default as a record in the table. Then, go to the Default property of the combo box control and set it to that value.

I know that is not the "best" way of doing it, but it works every time. For all my databases that someone in the various work units will maintain, I try to keep it all extremely simple.
 

Users who are viewing this thread

Back
Top Bottom