asp: csv to access
asp: csv to access
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- mitsu0
just use something like split() to parse the csv file which will automatically put it in an array.. then loop through the array and insert each element of the array into your access table.