数据输入表单:根据以前的选择从下拉列表中删除选项 [英] Data Entry Form: Remove choices from drop-down list based on previous selections

查看:99
本文介绍了数据输入表单:根据以前的选择从下拉列表中删除选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,每个人

我是新手,所以请保持尽可能简单: - )

I am a total newbie to this, so please keep it as simple as you can :-)

我正在尝试为新用户创建一个简单的服务和硬件申请表。

I am trying to create a simple Services and Hardware Requisition form for New User Take On.

我有一个表"服务",其中列出了描述,服务编号和金额。

I have a table "Services", which lists Description, Service Number and Amount.

我希望能够更新此表中的定价,因此我没有更新应用程序的主要问题。

I want to be able to update pricing in this table so I don't have a major issue updating the app.

我创建了一个数据条目团队负责人将填写的表格 - 请参阅附件。

I have created a data entry form which the Team Leader will fill in - see attached.

表格上的所有下拉列表均引用"服务"表格。表格,其中包含预先选择的默认值。

All the drop-down lists on the form reference the "Services" table, with default values pre-selected.

表示"其他服务" list我想允许选择多个值,但我想排除那些已经在其他下拉列表中选择的值。

for the "Other Services" list I want to allow multiple values to be selected, but I want to exclude those values already selected in the other drop down lists.

任何想法?

推荐答案

嗯,要允许多个值选择,您必须使用多值字段(MVF)。如果是,则通常在表级设置选择。如果是这样,我不确定是否可以限制每条记录的列表。 

Hmm, to allow multiple value selection,  you must be using a multi-valued field (MVF). If so, the selections are usually set up at the table level. If so, I am not sure it's possible to limit the list per record. 

如果不可能,您可能不得不使用未绑定的列表框,然后使用代码填充MVF。

If it's not possible, you might have to use an unbound listbox instead and then use code to populate the MVF.

只需2美分......

Just my 2 cents...


这篇关于数据输入表单:根据以前的选择从下拉列表中删除选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆