Access 2003
I have a process which imports a txt file into a memo field of my TBLORIGINAL table
Each file may have one record or it may have multiple records
Every record begins (exactly) with
For each record in the memo field, I need to create a new record into my TBLPROCESSED table
This can probably be done while it is importing but I need to keep the original file intact
I suppose I could copy and paste but there must a vba way of doing this
I have a process which imports a txt file into a memo field of my TBLORIGINAL table
Each file may have one record or it may have multiple records
Every record begins (exactly) with
FRE Order Order RAD ShipDate Customer City State Postal Code
For each record in the memo field, I need to create a new record into my TBLPROCESSED table
This can probably be done while it is importing but I need to keep the original file intact
I suppose I could copy and paste but there must a vba way of doing this