This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
你是对的 - 你不需要也不需要 DAO 参考。但是,如果这是一个 mdb,那么 DAO 引用可以而且应该保留。
因此,在参考文献中,您应该看到:
现在,公平地说,在很多情况下,通常可以跳过 Microsoft Office 16.0 对象库,但我确实建议您包含该引用。
那么,实际上是“替换”和“不需要”DAO 3.6 引擎吗?
您应该拥有 Microsoft Office 16.0 数据库引擎对象。
确保已选中。现在,在 VBA 代码中,尝试从菜单中进行“调试”->“编译”。
你应该可以走了。
You are correct - you do not need nor require the DAO reference. However, if this is a mdb, then the DAO reference can and should remain.
So, in references, you should see this:
Now, to be fair, in a lot of cases the Microsoft Office 16.0 Object Library can often be skipped, but I do recommend that you include that reference.
So, in effect, to "replace" and "not require" the DAO 3.6 engine?
You should have the Microsoft Office 16.0 database engine Object.
Ensure that is selected. And now in VBA code, try a debug->compile from the menu.
You should be good to go.