Change control source only selected combo box in continous form

前端 未结 1 1213
盖世英雄少女心
盖世英雄少女心 2020-12-21 14:33

As you can see here, the user can chose a contract or a proposal

\"enter

The r

相关标签:
1条回答
  • 2020-12-21 15:10

    No, there is not. You can think of a continuous form as a single form that shows you other rows. Any action on an unbound control affects all the rows. There are work-arounds that may suit. For example, you can show a textbox for the Reference and a "Change reference" combo. This will avoid confusing users because the bound textbox will not update. You can set various properties of the change combo with conditional formatting to make it all prettier. Alternatively, you can use two subforms or a pop-up form to edit data.

    0 讨论(0)
提交回复
热议问题