Forums

Transfer from table to table

samir1903 11 Feb, 2019
how can i transfer selected records in a table to another data base (table)

for example i selected 5 students from general registration to current students table
healyhatman 26 Feb, 2019
Read data.
Loop Event, data source {var:read_data#}
---> Save data action inside that loop. Save each iteration - use {var:loop_event#.row.model.field} for each data field.
This topic is locked and no more replies can be posted.