2204.html

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

HTML
22
字号
<html>
  <head>
    <title>NoMatch</title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>NoMatch</h1>
    </center>

<HR><p>
Posted by <a href="mailto:lchen@geocities.com">巨蟹座女子</a> on March 08, 1998 at 21:49:01:<p>
In Reply to: <a href="2151.html"><b>问题</b></a> posted by 徐永昌 on March 02, 1998 at 15:10:38:<p>
: 当我的 资料库无资料时,如再删除时去会产生问题<br>: 请问该如何解决?<p><br>Dim rsT as Recordset<br>Dim condition as String<p>Condition = "Student_Name=' & Trim(txtName.Text) & "'"<p>rsT.FindFirst condition<br>If rsT.NoMatch = True Then<br>    MsgBox "无此资料"<br>    Exit Sub<br>End If<p><p>
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 2204-->
</ul><!--end: 2204-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

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