18578.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 26 行

HTML
26
字号
<html>  <head>    <title>如何将资料库中不同source中的资料用最快速的方式删除?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>如何将资料库中不同source中的资料用最快速的方式删除?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:maduka@ms2.hinet.net">康宝</a> on September 07, 1999 at 12:43:23:<p>我是想到用<br>data1.recordsource="第一个source"<br>del<br>data1.recordsource="第二个source"<br>del<br>end sub<p>Public Sub del()<br>data1.refresh<br>data1.recordset.movefirst<br>for i = 1 to data1.recordset.recordcount<br>Data1.Recordset.Delete<br>data1.recordset.movenext<br>next i<br>end sub<p>不知道各位有没有什么更好的方法?<br>谢谢!!<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18578--><!--top: 18592--><li><a href="18592.html">Re: 如何将资料库中不同source中的资料用最快速的方式删除?</a> <b>Andy Yu</b> <i>17:06:41 9/07/99</i>(<!--responses: 18592-->0)<ul><!--insert: 18592--></ul><!--end: 18592--></ul><!--end: 18578--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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