本文介绍了使用查询级联列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我环顾四周,找不到任何相关的东西。

这就是我所拥有的东西


表A(行动)

批准

待定

等...

表B(原因)

N / A

拒绝

等待文书工作

更正

不良信用

ect ...


然后我将表A和B放入查询中

Qur A

Field1 = Field2(使用Lookup向导从表A和B下拉)

拒绝=不良信用

批准= N / A

待定=等待文书工作

待定=更正

等...


我将另一张表列为所有数据

字段包括日期,操作,原因,备注等等。如您所见,基于Qur A再次显示Action和Reason。然后,我从Tabl All Data using wizard创建了一个表单。

我在Action Af下输入了代码ter update。

展开 | 选择 | Wrap | 行号

解决方案




I have looked around and can''t find any thing on this.
This is what I have

Table A (Actions)
Approved
Pending
ect...

Table B (Reasons)
N/A
Denied
Waiting paperwork
Corrections
Bad Credit
ect...


I then put Table A and B in to a Query
Qur A
Field1= Field2 (both dropdowns from Table A and B using Lookup wizard)
Denied=Bad Credit
Approved= N/A
Pending= Waiting Paperwork
Pending= Corrections
Ect...

I have another Table listed as All Data
Fields inclued Date,Action,Reason,remarks, ect.. As you can see Action and Reason show up again based on Qur A. I then created a form from the tabl All Data using wizard.
I put in the fallowing code under Action After update.

Expand|Select|Wrap|Line Numbers

解决方案




这篇关于使用查询级联列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 22:13