今天来说一下Recordset对象的一些方法。 1、AddNew 方法 创建可更新 Recordset 对象的新记录。 recordset.AddNew FieldList, Values FieldList 可选。新记录中字段的单个名称、一组名称或序号位置。 Values 可选。新记录中字段的单个或一组值。如果 Fields 是数组,那么 Values 也必须 ...
I am able to add records to a single table just fine, I am able to edit records in 2 tables just fine, however, I am unable to add new records to 2 tables at once.<BR><BR>I have two tables, table1 ...