Txt1(10) = .Fields("毕业院校")
         Txt1(9) = .Fields("姓名1")
         Txt1(11) = .Fields("姓名2")
         Txt1(12) = .Fields("姓名3")
         Txt1(14) = .Fields("姓名4")
         Txt1(15) = .Fields("关系1")
         Txt1(16) = .Fields("关系2")
         Txt1(17) = .Fields("关系3")
         Txt1(18) = .Fields("关系4")
         Txt1(19) = .Fields("单位或住址1")
         Txt1(20) = .Fields("单位或住址2")
         Txt1(21) = .Fields("单位或住址3")
         Txt1(22) = .Fields("单位或住址4")
         Txt1(3) = .Fields("站段名称1")
         Txt1(23) = .Fields("站段名称2")
         Txt1(24) = .Fields("站段名称3")
         Txt1(25) = .Fields("地点1")
         Txt1(26) = .Fields("地点2")
         Txt1(27) = .Fields("地点3")
         Txt1(28) = .Fields("职务1")
         Txt1(29) = .Fields("职务2")
         Txt1(30) = .Fields("职务3")
         Txt1(31) = .Fields("备注1")
         Txt1(32) = .Fields("备注2")
         Txt1(33) = .Fields("备注3")
         
         Combo1.Text = .Fields("性别")
         Combo2 = .Fields("民族")
         Combo3 = .Fields("婚姻状况")
         Combo4 = .Fields("政治面貌")
         Combo5 = .Fields("最高学历")
                  
         DTP1.Value = .Fields("起时1")
         DTP2.Value = .Fields("止时1")
         DTP3.Value = .Fields("起时2")
         DTP4.Value = .Fields("止时2")
         DTP5.Value = .Fields("起时3")
         DTP6.Value = .Fields("止时3")
目的是要写入好几个家庭成员信息!但在第二行以后的错误提示都说是“3265”在对应所需名称或序数的集合中。未找到项目!