在选项卡控件上创建 Access 2007 子表单

发布于 2024-10-31 17:59:40 字数 347 浏览 1 评论 0原文

我的数据库中的主要实体有大约一百个字段。我组织了很多表之间的字段,并在表之间添加了一对一的关系。

对于数据输入(以及后来的数据编辑),我设想了一个“向导”,其中每个表都有一个表单,还有一个“下一步”按钮以前进到下一个屏幕/表。主密钥将在第一个屏幕上输入,然后传递到所有其余屏幕。

我听说带有子表单的选项卡控件可能是最佳选择。

我应该执行哪些步骤来创建此向导?

注意:使用以下架构作为我的数据库的简化示例。 示例架构(无法上传工作中的图像)

The main entity in my database has about a hundred fields. I organized the fields between many tables and added a 1-to-1 relationship between the tables.

For data entry (and later data editing), I envision a "wizard" with a form for each table and a "Next" button to advance to the next screen/table. The primary key would be entered on the first screen and subsequently passed to all remaining screens.

I have heard a tab control with subforms might be the way to go.

What steps should I perform to create this wizard?

Note: Use the following schema as a simplified example of my database.
Sample Schema (can't upload images from work)

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

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

发布评论

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

评论(1

離殇 2024-11-07 17:59:40

您可以在包含您的主 ID 的父表单中使用隐藏的文本字段。
对于每个子表单,您只需在属性中设置子表单链接到此文本字段的内容。这样您就可以同步所有子表单。

You can use a hidden TextField in the parent form which contains your primary ID.
For every of your subforms you just set in the properties that the subform is linked to the content of this textfield. This way you can get all your subforms synchronized.

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