Default value combobox, but not in list

fransveenstra

New member
Local time
Today, 05:31
Joined
Jun 11, 2012
Messages
1
Hello.
Can someone help me with my little problem.
(I'm upgrading an old database)

I have a combobox who lists te values of a table.
in that table are say: 5 records filled with a,b,c,d,e.

In my form i have a combobox who is default filled with a blank field, but i can select a,b,c,d or e.

If i select nothing in the combobox, the value has to be set at "0"
But i cannot add "0" as a value in de table of the dropdownlist.

if i can get the value default for "0" i'm happy, but if i can display the "0" as default in the combobox, i'm very happy:).

Frans (The Netherlands)
 
Put "0" in the table, (without quotation marks).
 
The Combo Box should be bound to a Control Source. Namely a field in a Table.

Make that field's default value 0.

However I feel that there is something you are doing wrong.
 

Users who are viewing this thread

Back
Top Bottom