If Tables("smboc1").Current.isnull("年份") = True Then MessageBox.Show("年份不能为空!","提示") ReturnElse If Tables("smboc1").Current.isnull("年月") = True Then MessageBox.Show("年月不能为空!","提示") Return End IfEnd IfTables("smboc1").Current.Save
上述代码, 年份为空, 年月为空, 按保存按钮不能保存, 全部填写后能保存
但是,当年份和年月不为空, 修改这行数据后再保存,发现不能保存, 这是怎么回事呢?