Hi all,
I'm facing meltdown in the face of what is most likely a very simple operation.
I set up a command button on my form to call an external application, which outputs a *.csv file. The file consists of a number of rows and columns of test data results.
There are 2 things I'd like to do with those results:
1. I'd like the file to show up in a text box, so that the user could see what the program threw out, and
2. I want to import the results into a "test results" table. Ideally, the entire file would be one record (defined as memo format). However, when I try to set up the import spec, Access chunks up the data into different fields in the table. I've tried importing in both delimited and non-delimited format, and each time I wind up with data spread over rows and columns. How do I import the whole thing as one element? Or is there a much more elegant way to store a text file in Access?
thanks in advance!
J
I'm facing meltdown in the face of what is most likely a very simple operation.
I set up a command button on my form to call an external application, which outputs a *.csv file. The file consists of a number of rows and columns of test data results.
There are 2 things I'd like to do with those results:
1. I'd like the file to show up in a text box, so that the user could see what the program threw out, and
2. I want to import the results into a "test results" table. Ideally, the entire file would be one record (defined as memo format). However, when I try to set up the import spec, Access chunks up the data into different fields in the table. I've tried importing in both delimited and non-delimited format, and each time I wind up with data spread over rows and columns. How do I import the whole thing as one element? Or is there a much more elegant way to store a text file in Access?
thanks in advance!
J