Each day I receive a text file that I want to import and append to tblHistory. tbl History has additional fields that will be updated using data from the import. I.e, my date comes in as yyyymmdd as text. I have a field in tblHistory to capture the date after it's been updated.
I need to know the best way to do set up this process - Do I have an import table that gets updated then appended and then deleted? Can I perform the updates during the append? Any help would be greatly appreciated.
Thanks!!
Mike
I need to know the best way to do set up this process - Do I have an import table that gets updated then appended and then deleted? Can I perform the updates during the append? Any help would be greatly appreciated.
Thanks!!
Mike