createtable图书(图书编号varchar(20)notnullprimarykey,
分类编号varchar(20)cannotnull,
图书名称varchar(50)cannotnull,
作者varchar(12)actuallynull,
出版社varchar(50),
出版时间datetime,
简介varchar(200),
constraint图书foreignkey(分类编号)references图书分类(分类编号))
创建角色数据输入窗体,步骤追加:新建项一个空白窗体在属窗口窗体的记录源然后打开“字段列表”窗口将“字段列表”中的字段鼠标拖动拖曳到窗体的主体区域可以设置窗体页眉中的窗体标题,窗体页脚中导航按钮或记录操作按钮等存盘,正常运行
subappenddescriptiontofield(byvaltablenamelikestring,byvalfieldnameasstring,byvaldescriptionsuchstring)onerrorgotoerrpdimtdsthoughtabledefsdimtdliketabledefdimfasdimpsuchpropertysettdssettdtds(tablename)setf(fieldname)setp(description,dbtext,description)pexitsub:setpnothingsetfnothingsettdnothingsettdsnothingexitsuberrp:if3367then(description)descriptionelsemsgboxendifgotoexitsubendsub复制上面的代码到一个模块中,在其他在方就可以内部函数了使用方法appenddescriptiontofield表名,字段名,该字段的说明文本