I would like to take an existing text file (approx 4 megs in size) and manipulate it with VB or VBA (from inside Access in that case) and then ideally place it inside a table format, at the very least ...
I'm making a program with vb.net that reads a text file, follows it as new lines are added, and most likely use a regex against each line and place matches in a list view since i need ...