Tag Archives: Microsoft Office

VBA: How to List Table Definitions in Access File


In this article, we will introduce code that converts a list of table definitions within Microsoft Office Access(アクセス) (.mdb) files into Oracle-compatible table definitions and outputs them as a list.

Overview

  • We will use Excel and VBA for this process.
  • By running the VBA function GetTableDefinitions, you can output a list of table definitions from an Access file to the open Excel sheet.
  • We will create text data intended to be pasted into a table definition document (.xls).
  • For Access tables converted to Oracle, text columns, for example, will be displayed as VARCHAR2.
  • We won’t output system tables (you can modify the code to include them if needed).
  • Link tables will display the contents of the links. The definitions of linked destination tables will not be output.

How to Use

  1. Open Excel.
  2. Open the Visual Basic Editor from the development tools.
  3. Add a module.
  4. Check Microsoft DAO in the Tools > References settings.
  5. Paste the code below.
  6. Execute the GetTableDefinitions function.
Continue reading VBA: How to List Table Definitions in Access File

パソコン作業を速くして 2時間早く仕事を終える!


『最新 Windows + Office ショートカット・キー事典 - 2時間早く仕事が終わる!!(秀和システム)』(井上 孝司)
『最新 Windows + Office ショートカット・キー事典 - 2時間早く仕事が終わる!!(秀和システム)』(井上 孝司) を Amazonで買う

Windowsショートカットを集めた本です。厚さは 約 1cm でコンパクト! 簡単に見られるところが魅力です。特に、ショートカットキーをほとんど使ったことがない人にオススメです。Microsoft Office をよく使う人にもオススメ

内容は、大きく分けて、Windows 全般に関するもの(Internet 含む)、Outlook Express / Office Outlook に関するもの、Microsoft Office (Word, Excel, Access, PowerPoint) に関するものの3種類(全て Windows ユーザ向け)。ショートカットキーというのは、知っている人は知っている通り、ものすごくたくさんあります。この本は、そのなかから使用頻度が高いと思われるものを選んで掲載。私自身、これを見てからよく使うようになったショートカットがあったりします。

Internet は誰でも使うので、誰にでも役に立つといえばその通りなのですが、Microsoft Office を使わない人は後悔するかもしれません。なぜなら、本の半分以上が Microsoft Office についてのショートカットだからです。「結局使わなかった」となるくらいなら、他の本を買ったほうがいいのではないかと思うのです。

また、ここに載っているショートカットを覚えたからといって、仕事ができるようになると思わないでください。ショートカットというのは、今やっている仕事を短縮するために使うものであって、それ自体、なにか仕事をするものではありません。

快適なパソコンライフを送りましょう!

『最新 Windows + Office ショートカット・キー事典 - 2時間早く仕事が終わる!!(秀和システム)』(井上 孝司)
『最新 Windows + Office ショートカット・キー事典 - 2時間早く仕事が終わる!!(秀和システム)』(井上 孝司) を Amazonで買う