Field with combobox property

In a form I have a field with a combobox property. That field is filled using a retrieving data from a table. When I run the form first time, all the field are new but the combobox field has the first data from the combobox, it?s not empty. I need the field to be empty waiting for my selection opening the list and clicking on a data.
How can I do that ?.
Thanks for any help.

JG

Re: Field with combobox property

In the field: Edition Lookup where you define the lookup SQL

Use Title: Yes
Title: – Select –
Title Internal value: <leave blank>

This will display: – Select – in the combo on new entries.

Change text as required.

Regards,
Scott.

Re: Field with combobox property

Hi Scott.
It`s right now.
Thanks a lot.

JG