设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 1462|回复: 3
打印 上一主题 下一主题

[与其它组件] 如何向表中添加字段?

[复制链接]
跳转到指定楼层
1#
发表于 2006-3-2 23:36:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
如何向表中添加字段?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
2#
发表于 2006-3-2 23:57:00 | 只看该作者
To zxp:


Modifying an Existing Table


Once a table is created, you may want to modify it to add or remove columns, change the validation rule or refresh the link for a linked table.


The following example listings demonstrates how to add a new auto auto-increment column to an existing table.


DAO


Sub DAOCreateAutoIncrColumn()





        Dim db            As DAO.Database


        Dim tbl          As DAO.TableDef


        Dim fld          As DAO.Field


       


        'Open the database


        Set db = DBEngine.OpenDatabase("C:\nwind.mdb")


       


        ' Get the Contacts table


    <
3#
 楼主| 发表于 2006-3-3 00:52:00 | 只看该作者
太感谢了
4#
发表于 2008-12-17 21:24:10 | 只看该作者
SEEE
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-5-6 16:29 , Processed in 0.094685 second(s), 27 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表