根据父表单中的值自动填充子表单中的值

发布于 2024-12-26 06:16:19 字数 411 浏览 2 评论 0原文

我正在基于查询 (qryClientEmployment) 创建一个子表单(在数据表视图中),以显示其信息存储在父表单 (frmClientInformation) 中的客户的就业历史记录。 frmClientInformation 基于另一个查询 (qryClientInformation)。

我在 qryClientEmployment 上有一个过滤器,用于根据父表单 (frmClientInformation) 上显示的客户 ID 字段选择记录。

我希望能够向子表单添加新的就业记录,并有权根据父表单上的 ClientID 字段自动填充客户 ID。

我尝试过将表(存储客户就业历史记录)上的客户 ID 字段的默认值设置为 form!frmClientInformation!txtID,但没有成功。

我是 Access 新手,很困惑。

I am creating a subform (in datasheet view) based on a query (qryClientEmployment) to display employment history for the client whose information is stored in the parent form (frmClientInformation). frmClientInformation is based on another query (qryClientInformation).

I have a filter on qryClientEmployment to select records based on the client ID field displayed on the parent form (frmClientInformation).

I WANT to be able to add new employment records to the subform and have access autofill the client ID based on the ClientID field on the parent form.

I have tried, without luck, setting the default value on the Client ID field on the table (which stores Client Employment history) equal to form!frmClientInformation!txtID.

I’m new to Access and am stumped.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仄言 2025-01-02 06:16:19

当您刚接触 Access 时,几乎总是最好使用向导来创建控件。在这种情况下,它会为您提供添加链接子字段和链接主字段的选项,而这些正是您所需要的。您可以编辑子窗体控件的这些属性,但必须小心选择该控件,而不是所包含的窗体。链接子字段将使用父表单主字段中的数据来完成,这是一个误导性的名称,因为链接主字段可以是一个控件。您可以有多个链接子字段和主字段,并用分号分隔。

帮自己一个忙,从数据表更改为连续形式,您将拥有更多控制权。

When you are new to Access, it is nearly always best to use the wizard to create controls. In this case, it would have offered you the option of adding Link Child Fields and Link Master Fields, and these are what you need. You can edit these properties for the subform control, but you must be careful to select the control, not the form contained. Link child fields will be completed with data from the parent form master field, a misleading name, because the link master field can be a control. You can have multiple link child and master fields separated by semi-colons.

Do yourself a favour and change from datasheet to continuous form, you will have much more control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文