Hello everyone,
I have a combo box that looks at some values on a table (let's say "optionA", and "optionB". How can I make this box editable by the users on a specific record? Meaning if the user chooses "optionA" on a certain record, I want to be able to add " whatever" after "optionA", so I would end up with
"optionA whatever" on that record.
Please, note that I do not intend to change the static values on the table (in this case "optionA" would be this value.)
Thank you very much
I have a combo box that looks at some values on a table (let's say "optionA", and "optionB". How can I make this box editable by the users on a specific record? Meaning if the user chooses "optionA" on a certain record, I want to be able to add " whatever" after "optionA", so I would end up with
"optionA whatever" on that record.
Please, note that I do not intend to change the static values on the table (in this case "optionA" would be this value.)
Thank you very much