Access 2010 - 运行时模式仅显示一种窗体
大家好,我正在尝试根据 Microsoft 说明,通过将文件扩展名从 .accdb 重命名为 accdr 来创建 Access 数据库的运行时模式版本。问题是,当我打开这个重命名的文件时,只有一个表单显示为选项卡。具体来说就是我在选项->当前数据库->显示表单中设置的表单。
以前有人遇到过这个吗?任何帮助将不胜感激。
Hey everyone, I am attempting to create a runtime mode version of our Access database by renaming the file extension from .accdb to accdr, according to Microsoft instructions. The problem is that when I open this renamed file, only one of my forms shows up as a tab. Specifically, the form that I set in Options->Current Database->Display Form.
Has anyone run into this before? Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我想我明白了。论坛里也有人问过类似的问题,但我搜索的时候肯定漏掉了。这是论坛帖子:
ms-access:当我将扩展名更改为 ACCDR 表单/表格时消失
我还没有确认,但看起来我需要构建用于访问表单的导航控件,因为它们不会自动显示为选项卡。
OK, I think I got it. A similar question has been asked in the forums but I must have missed it when I searched. Here is the forum post:
ms-access: when i change extension to ACCDR forms/tables disappear
I haven't confirmed it yet, but it looks like I need to build the navigation controls for accessing the forms, as they do not show up automatically as tabs.