Mark Williams 14 Posted May 18, 2019 (edited) When using Array DML to insert new records is there a way of obtaining the data for any autoinc key fields for the inserted rows so that the key field of each newly inserted record can be updated in the relevant TFDQquery If using ApplyUpdates you merely set the AutoInc field of UpdateOptions and away you go. Can't see any obviously simple way of doing this with Array DML. Edited May 19, 2019 by Mark Williams Share this post Link to post