2494.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 25 行
HTML
25 行
<html>
<head>
<title>sql</title>
</head>
<BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
<center>
<h1>sql</h1>
</center>
<HR><p>
Posted by <a href="mailto:san@email.masterlink.com.tw">san</a> on April 03, 1998 at 23:27:38:<p>
<br>dim newtable as string<br>newtable = Trim(Str(Mid(Date, 3, 2) - 11)) & Trim(Str(Mid(Date, 6, 1)))<br> SQL = "select * into [newtable] from [范本]"<br> db.Execute SQL<p> 如何让copy过来的资料表名称不是newtable,而是874
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 2494-->
<!--top: 2498--><li><a href="2498.html"><b>Re: sql</b></a> 刘柏泛 <i>01:12:32 4/05/98</i>
(<!--responses: 2498-->0)
<ul><!--insert: 2498-->
</ul><!--end: 2498-->
</ul><!--end: 2494-->
<br><HR><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?