Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 3 列的表 - 唯一编号、程序状态和邮寄状态。(它可以有多个相同的状态)我创建了一个表单,我使用下拉菜单选择状态,表单将显示程序状态和邮件状态。
例如 - 如果我选择 CA & CA,表单将显示正确的字段。但是一旦我选择 CA & MD,表格就会卡在 CA & CA。如果我继续选择 IL & IL,表格将再次更新。如果我选择 IL & IN,表格会再次卡住......
有谁能帮忙吗???!!!
先感谢您!
我在下拉菜单中分配了错误的 ID。问题解决了。