illibrium
February 20th, 2000, 12:30 PM
I'm wanting to build an add-on for an application to analyze it's logs as data (to be used like tables in an access .mdb file). The log files are in Macintosh text format (tab delimited, first row contains column names) and I wish read/use them as is (no adding or changing records). How do I get Visual Basic 5 to read and display information from Mac files AND use separate text files as tables for a simple database-viewing application?