Hello,
I was wondering if the following was possible.
My "MainMenuForm" contains a button that imports a specific csv on a specific location.
Someone should do this import once per day. The problem is that there is no way for me, once the import has been done, to know which records are "new".
There is no unique field that distinguishes the new records from the old ones.
I was thinking of adding like a Date() field to that csv (= the date where it was imported). Can this be done automatically?
So if I import a file today, the final column would be 05/02/2015
If i import a new file tomorrow, it would be 06/02/2015.
Is this possible?
Thanks in advance,
Mikey