Albert, I think mohammad has a point, i was looking into this because i have a similar case…
i have a multiple records form, one of the fields in the row need to be a select (double select) so user can select 1 or more values for the same field
- i have changed the sql type in db to “varchar” the only one could handle the multiple values as 1;2;3;4…
- now it is ok i have in each row a combo box in height 4 so 4 spaces are reserved from the from to show left/right side of the combobox, but mostly i have selected 1 value only, so i have the cobmobox just displayed blank space for nothing…
what i am thinking of (i think mohammed is trying to say the same) is:
- to have single text box with small select button, that will give the capture link application to select the value…
- next, a small (+) button, so if user wants to add new value, clicks on that and gives him another text box with select button for the capture link…
- hence, we will make the user display and chose only how many values he needs, no more, no less, with less space cunsumed…
actually i see this in many websites (add line, if necessary) but i have yet not idea how to do it using sc
what you think guys?