4
4110
Hi,
I import about 20 Excel spreadsheets into Access each day. The spreadsheets
are created elsewhere and submitted so I don't control them. The spreadsheet
names change but I have a table to manage that and the import process is
automated with code. Occasionally there is something in the data that causes
an import error table to be created. When I trace this back I find that it
is in a portion of the spreadsheet that doesn't supply actual data for
import. For example, I may be reading from the first and third column and
the error will be in the second column. Often the error is associated with
something that Excel has flagged. For example, today a submittal had '0765
in a cell. This was an Appropriation code and the leading zero was part of
the code. The submitter had entered the leading single quote so Excel
wouldn't delete the leading zero. Excel flagged it as number treated as text
and Access created an input error table for it.
Is there a way to have Access not create Error tables?
Thanks
I import about 20 Excel spreadsheets into Access each day. The spreadsheets
are created elsewhere and submitted so I don't control them. The spreadsheet
names change but I have a table to manage that and the import process is
automated with code. Occasionally there is something in the data that causes
an import error table to be created. When I trace this back I find that it
is in a portion of the spreadsheet that doesn't supply actual data for
import. For example, I may be reading from the first and third column and
the error will be in the second column. Often the error is associated with
something that Excel has flagged. For example, today a submittal had '0765
in a cell. This was an Appropriation code and the leading zero was part of
the code. The submitter had entered the leading single quote so Excel
wouldn't delete the leading zero. Excel flagged it as number treated as text
and Access created an input error table for it.
Is there a way to have Access not create Error tables?
Thanks