Import Errors (1 Viewer)

markcrobinson

Registered User.
Local time
Yesterday, 21:34
Joined
Nov 28, 2017
Messages
14
I have a VB program that imports data from an excel file. There are frequent occurrences of fields that get truncated end, every time there is an import, Access creates and saves an ImportErrors table.
Every week I need to go into Access and delete all the ImportError Files.
Is there a way to prevent these from being created?

Thank you!
 

isladogs

MVP / VIP
Local time
Today, 05:34
Joined
Jan 14, 2017
Messages
18,254
You need to look at the data and determine which cause errors.
e,g, text field > 255 characters.

Usually a well designed import spec where you specify datatypes will fix that issue
 

Users who are viewing this thread

Top Bottom