January 5, 200521 yr Hi All, Is there a way to "test" that records were imported?? I have an import script that is done WITH dialog so that the users can select the proper things to import. I want to be able to test that they do not decide to press "cancel" during the process. Something like a Get function that says how many records were updated or added. (a lot like the info that is displayed at the end of the import process) Thanks Dan
January 10, 200521 yr Use Allow User Abort [Off] at the beginning of your script so the import cannot be canceled.
Create an account or sign in to comment