M
Matt
I have a .CSV file that I need to import into an Access table. I just
noticed that when a column of numbers starts with a number without a
decimal, if any of the values in that same column have a decimal, the
numbers after the decimal are dropped. I'll provide an example:
Quantity
5000
400
650.50
In this case, what ends up being in the table is:
5000
400
650
So the numbers after the decimal are getting dropped. However if the
first value has a decimal, then all values get imported correctly.
Any idea?
noticed that when a column of numbers starts with a number without a
decimal, if any of the values in that same column have a decimal, the
numbers after the decimal are dropped. I'll provide an example:
Quantity
5000
400
650.50
In this case, what ends up being in the table is:
5000
400
650
So the numbers after the decimal are getting dropped. However if the
first value has a decimal, then all values get imported correctly.
Any idea?