I have a table w/ field 'Invoice_Number'. The type is 'text'.
I am importing a text file in which this field contains both letters and numbers as values and some are just numbers.
Why am I getting a type conversion failure, shouldn't access simply treat the numbers as text?
I am importing a text file in which this field contains both letters and numbers as values and some are just numbers.
Why am I getting a type conversion failure, shouldn't access simply treat the numbers as text?