I am trying to upload some data from a .csv file to access table.
For this I am using Input Line and then using the split function with “,” as delimiter to put the values in an array and then upload it to access.
The file that I want to upload, has a number column as amount. It has no $ sign and is listed in the file as say 5,0750,99.03.
When I try to split it, it splits the amount as welll giving me 5 and 0750 amd 99.03 as separate array item.
Any suggestions please??
Thanks in advance
For this I am using Input Line and then using the split function with “,” as delimiter to put the values in an array and then upload it to access.
The file that I want to upload, has a number column as amount. It has no $ sign and is listed in the file as say 5,0750,99.03.
When I try to split it, it splits the amount as welll giving me 5 and 0750 amd 99.03 as separate array item.
Any suggestions please??
Thanks in advance