|
To save new data in another table use Save new data in another table
action.
Available in following
events:
Note: Change the values listed in
red to match your specific needs.
'********** Save new data in another table ************
dal.AnotherTable.Field1=values(Field1)
dal.AnotherTable.Field2=values(Field2)
dal.AnotherTable.Update()
|
|