i have a textbox on a form and i would like the user to be able to choose from different values but also be able to enter their own values, how do i do this?
我在窗体上有一个文本框,我希望用户能够从不同的值中进行选择,同时也能够输入自己的值,我该怎么做呢?
i would like to clarify that the user should be able to enter multiple values into the same textbox
我想澄清的是,用户应该能够在同一个文本框中输入多个值
1 个解决方案
#1
4
I suggest that you don't. A subform to a table of values related to the main table would seem to be the way to go. You can make data entry for the field a combo that is not limited to list. Often a link back to the sub-table will suit in such a case.
我建议你不要。与主表相关的值表的子表单似乎是正确的。您可以将该字段的数据输入设置为不受列表限制的组合。在这种情况下,返回子表的链接通常是合适的。
#1
4
I suggest that you don't. A subform to a table of values related to the main table would seem to be the way to go. You can make data entry for the field a combo that is not limited to list. Often a link back to the sub-table will suit in such a case.
我建议你不要。与主表相关的值表的子表单似乎是正确的。您可以将该字段的数据输入设置为不受列表限制的组合。在这种情况下,返回子表的链接通常是合适的。