C
Conan Kelly
Hello all,
I have a tab-delimited file where the first 4 fields are data that is specific to a single account. Fields 5 thru 20+ are the
account balances at month end through a time series of many months. The problem I'm having is if there is no balance in a month,
instead of having a zero, there is a single decimal point in the text file. Well Access' import wiz can't convert a single decimal
point to a double data type and nulls out that month for that account.
I don't care if it nulls out that piece of data, that is fine. But I don't want Access to create an Import Errors table when it
does this. This can create a pretty big Import Errors table because most records have multiple months with a single decimal point.
Is there any way I can shut off the "Create Import Errors Table" feature of Access?
Thanks for any help anyone can provide,
Conan Kelly
I have a tab-delimited file where the first 4 fields are data that is specific to a single account. Fields 5 thru 20+ are the
account balances at month end through a time series of many months. The problem I'm having is if there is no balance in a month,
instead of having a zero, there is a single decimal point in the text file. Well Access' import wiz can't convert a single decimal
point to a double data type and nulls out that month for that account.
I don't care if it nulls out that piece of data, that is fine. But I don't want Access to create an Import Errors table when it
does this. This can create a pretty big Import Errors table because most records have multiple months with a single decimal point.
Is there any way I can shut off the "Create Import Errors Table" feature of Access?
Thanks for any help anyone can provide,
Conan Kelly