I'm working on a project to load in data from several Access database files and move it to an Oracle database. I know some of the data contained in the Access database files has issues such as malformed dates. I want to capture these issues and have then corrected before we import and move to the new database. I'm using a Dynamic input to bring in data from each of the files, but as it encounters a bad date it puts a Conversion Error message in the results window, but that doesn't help me to determine which record has the issue. Is it possible to "Trap" these errors as they occur and have some sort of flag inserted in the data to indicate what records have issues? I can write formulas to test all the data once it has been loaded, but since it already knows there is an error, it would be nice to take advantage of that knowledge so I'm not parsing the data multiple times.

Is this possible, or do I just have to run additional formulas to determine which records are affected?