16328.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 如何使用Recordset的Find?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 如何使用Recordset的Find?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:luo570@ms31.hinet.net">小琳</a> on July 28, 1999 at 21:22:36:<p>
In Reply to: <a href="16316.html">如何使用Recordset的Find?</a> posted by Jasmine on July 28, 1999 at 19:42:08:<p>
: 请问有没有人知道要如何使用Recordset的Find?<br>: 可不可以给个例子, 谢谢!<p>:::小女子利用Data物件来做个例子:<br>Data1.recordset.FindFirst "姓名='" & Text1.text & "'"<br>或者<br>Data1.recordset.FindFirst "姓名=小琳"
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16328-->
</ul><!--end: 16328-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?