Hi, i have this problem that if the hugest pain for the past few months. i finally got it to work, finished the project, migrated to the sql server and now it's not working.
i'm assuming it's because the sql server has stricter rules???
anyhow, i need a combobox that's based on an id but displays the item name (so the id is the bound column but something else is displayed in the box).
and then i need for people to be able to also type whatever they want and for their choice to not show up in the dropdown.
the reasoning for that is that the dropdown only has items that are used most of the time but then once in a blue they want to be able to bill something on the fly as a one time thing.
so how do i make a combobox accept things and not display them in the dropdown??
i'm assuming it's because the sql server has stricter rules???
anyhow, i need a combobox that's based on an id but displays the item name (so the id is the bound column but something else is displayed in the box).
and then i need for people to be able to also type whatever they want and for their choice to not show up in the dropdown.
the reasoning for that is that the dropdown only has items that are used most of the time but then once in a blue they want to be able to bill something on the fly as a one time thing.
so how do i make a combobox accept things and not display them in the dropdown??