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 have a textbox with data in it that needs to be saved to a text file. This is the code I am using:Private Sub butSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...