Default Value in a Combo Box in a form

lebelerc

New member
Local time
Today, 15:21
Joined
May 15, 2003
Messages
8
I am fairly new to Access and have inherited a database. I am trying to default a "None" value" in two different combo boxes (drop down boxes) and can not get it to work. I have tried to default it from the table and also from the form, nothing seems to be working. I have a table, form, query, and report that are all tied to the same fields. I have tried many different ways including deleting and recreating the combo box but I just need a place to start. Can someone please help!!! It would be greatly appreciated.
 
There is a property in the combobox called Default Value.

Have you tried that?

Michael
 
Default Value in a Combo Box in a Form

I have went to the Design side of the form and to the combo box, right clicked on it and set the default value property to "None" but it is not working. I have also tried to set the default there and on the table side but that didn't seem to do the trick either. Any other suggestions??
 
Default Value in a Combo Box in a Form

I was able to get it to work. I deleted the combo box and created it again using the wizard, then set the default value for the combo box. It worked perfectly. Thanks for your help.
 

Users who are viewing this thread

Back
Top Bottom