Creating a user entry form in Access 2013. I need to add a button which when pressed imports data from a text file and places it in a single field of an ACTIVE form. The data string is 65 characters. The form itself includes both header and detail line items and requires user observation and approval before records are actually SAVED to applicable tables.

When the information is SAVED I want to delete the text file. (This way, the equipment that creates the log/text file will create a new file with the same name for every reading it produces and each file will always ONLY have 1 record to be imported.)

How can this be accomplished in Access?