|
To insert a record into another table use Insert a record into another table
action.
Note: Change the values listed in
red to match your specific needs.
'********** Insert a record into another table ************
dal.TableName.Field1=Value1
dal.TableName.Field2=Value2
dal.TableName.Add()
|
|