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.
我创建了一个大型访问表单,它跨越表单标题、所有详细信息部分 22" 和表单页脚。查看表单时,它不允许滚动。
我已将元素复制到一个新的数据库和一个具有相同结果的新表单中。我可以将带有此单一表格的 zip 文件发送给任何有兴趣提供帮助的人。
确保您已将Scroll Bars属性设置为Both或Vertical Only在表单属性中:
Scroll Bars
Both
Vertical Only
看来我想通了。我的表单标题部分太长。似乎一旦超过 10" 它会禁用我屏幕上的滚动条,因为我试图不正确地使用它来延长我的表单的长度,该长度仅限于 22" 。有道理,标题部分不是为滚动而设计的,但我有一些大图像,它们之间有文本框。刚刚遇到访问限制