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...