Supposing you have the textfile on a Linux-PC (this is a Linux-forum after all...), you could try to do something like:
(1) Convert the text file to a Comma-Seperated format (which usually has a .CSV extension if remember correctly) using "awk", "sed", "perl"....
(2) convert the resulting tekstfile to DOS/Windows newline format with the "unix2dos" utility.
(3) transfer the file to the windows-PC (diskette, harddisk-swapping, or using a network (samba, ftp).
(4) Import the file in MS-Access. MS-Access should be able to read these comma-seperated files (if contructed correctly in step 1 )
|