9483.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行

HTML
27
字号
<html>
  <head>
    <title>我知道如何更改了</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>我知道如何更改了</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:yehu@tpts6.seed.net.tw">yeong huann</a> on January 22, 1999 at 01:54:53:<p>
In Reply to: <a href="9356.html">再问更改 TABLE 名称</a> posted by yeong huann on January 19, 1999 at 13:14:12:<p>
: 请问如何在VB中更改mdb资料库中的TABLE名称<p>透过ACCESS_VBA来更改<p>Dim AccessObj As Object<br>Set AccessObj = CreateObject("Access.Application")<br>AccessObj.OpenCurrentDatabase App.Path & "\" & Me.Text3.Text & ".mdb"<p>AccessObj.DoCmd.Rename Me.Text3.Text, actable, Me.Text2.Text<br>AccessObj.Quit
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9483-->
<!--top: 9524--><li><a href="9524.html">Re: 我知道如何更改了</a> <b>尧仔</b> <i>08:03:53 1/24/99</i>
(<!--responses: 9524-->0)
<ul><!--insert: 9524-->
</ul><!--end: 9524-->
</ul><!--end: 9483-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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