我正在尝试基于此VBA编程创建SQL数据库,但不知道表名应该是什么,列名应该是什么,或者当程序的这一部分是什么时进入行的值是什么在下面的这个例子中查询。有人可以帮忙吗?我知道InsertForm正在使用表单来插入值,但我迷失在.LayerType.AddItem和.LayerList.Column
<cards>
<card>
<div id="name">Joe</div>
<div id="web">
<a target="_blank" href="http://joessite.com">joessite.com</a>
</div>
</card>
<card>
<div id="name">Frank</div>
<div id="web">
<a target="_blank" href="http://frankssite.com">frankssite.com</a>
</div>
</card>
</cards>