Hi,
You can import as well as import files from CSV format to Ms Access 97 and vice versa. In MS Access 97, right click on selected table displays the Save As/ Export option, Choose Export to External file or database and assign path and filename and choose file type as Text Files and export will create the text file delimited with comma separated format (CSV).
In MS Access 97, Choose File -> Get External Data - > import will import the data from CSV format to Ms Access Table format.
In Visual Basic 6.0, Create Temporary array and file in sequential manner (CSV File), read the file line by line (Using LineInput command) and store it into an array till you reaches the end of file
Hope this helps .
Bye
Baby .V