Combobox

meme'1992

Registered User.
Local time
Today, 09:33
Joined
Apr 2, 2018
Messages
14
Hello!
I create a combobox in a form. With this i select a value "Nome" from table "People", which I insert in a table "Vote".
But the combobox, when i select overwrite the first record of "People".
Then, I want that at the load i don't see the first element but i want it null, and then when I click, appears all the element.
How can i do?
 
if the combo box is connected to the field, you will see the value of that current record in the combo. (it will not be null)
if you pick a different value in the combo, the record will change.

If you create a new record, then the field will be null, until you pick an item in the combo.

so Im not sure what you are asking.
 
Thanks!
Yes, my combobox is connect with the field.
I want that my defaul value is null. Then when i click on the combobox i can choose my value and select what i want.
And i notice that it write in my record
 
That is the normal design, then where's the problem?
 
Thanks! I don't know very well how it works! =)
Can you suggest me a way to don't write in my record and only read this value?
Thanks a lot
 

Users who are viewing this thread

Back
Top Bottom