所以我打开了Form,并在Form_Open事件中运行以下命令。
<section>
<form>
<h2>Contact Us</h2>
<div style="display: flex; justify-content: space-between;">
<input type="text" placeholder="Name">
<input type="text" placeholder="E-mail">
</div>
<textarea name="message" placeholder="Message" rows="6"></textarea>
</form>
</section>
如果我得到运行时错误3021 - &#39;没有当前记录&#39;。点击调试表明错误在Me.Bookmark = .Bookmark行上,如果我按F5,代码继续运行并按预期完成!有任何想法吗? 我已经搜索了一个解决方案,很多人建议使用过滤器,但我已经有一个过滤器选择了我需要保留的一系列记录。