Hi all!
I have a nvarchar(50) field in my mssql table.
until now I created a edit form and placed this field on it. now I just have a text box:

Now I want to achieve this:
I want to set some predefined values in a dop down box as suggestion for the user. for example a drop down box that has the predefined values:
- Gate 1
- Gate 2
- No Gate
This values dont has to come from a database table. They are not dynamically so I just want to do it by "hard coding".
But I also want that the user can insert a custom text!!!
please help
thanks
jup