keith_shoaf
New Member
- Joined
- Oct 8, 2014
- Messages
- 39
Hello everyone! I am hoping someone can help with a little problem I am having with my Access micro-application. I have a procedure that, among other things, loops through a folder that contains around 50 files and imports each excel file into an import table. The program runs fine, however, when finished, I have a new table in Access that has logged an import error. The table name is M_ImportErrors, and when I open it, it shows that there was a type conversion failure in the Amount field, row 50. I know this means that in one of the source excel files, there is a record on row 50 that has a format issue in the amount column. However, the error table does not indicate which of the 50 source files contains the issue. Is there a way to make Access capture the file name of the problem file? Thanks!