rst.Fields(47) = myfield1.调价公式
rst.Fields(48) = myfield1.调价
rst.Fields(49) = myfield1.调价合计
rst.Fields(50) = myfield1.综合单价
rst.Fields(51) = myfield1.合价
rst.Fields(52) = myfield1.是否分解
rst.Fields(53) = myfield1.是否输出
rst.Fields(54) = myfield1.是否显示
rst.Fields(55) = myfield1.特征
rst.Fields(56) = myfield1.甲供料
rst.Update作者: sunredday 时间: 2003-7-29 20:31
应该使用数组作者: sunredday 时间: 2003-7-29 22:00
On Error Resume Next
Dim rst As DAO.Recordset
Dim intI As Integer
Dim intA As Long
Dim strA As String