May 16, 201312 yr Hi folks, Is there a way to get hold of the number of records that were updated in an update matching records import? (Without having to store the original record values and then create a loop to check each field of each record against the new ones?) I'm creating a script for a large import that imports from many different tables from another database (it grabs the address of the import file at the beginning, when the user chooses it, so imports everything from then on with no dialogs) Once completed I want a custom dialog that tells the user how many files were imported in each table. Getting an import number on an add records import is no problem but this one has me stumped! Thanks in advance for any ideas people have James
May 17, 201312 yr After an import, the found set is automatically just the records which were imported. You can use Get(FoundCount).
Create an account or sign in to comment