Hi friends;
I still need your help to implement a detection of the arrival of a file in a known directory. I have an Access 2010 database in which I have to periodically import data from a text file in a specific table. However, I would like to do this automatically when the base is open and without the intervention of the user. I think to a VBA procedure that runs periodically to detect the file and import it if it is in the directory, this in the background without penalizing the user.
Is this possible with VBA?
Do you have links or example that discussed on this topic ?
Thanks in advance for your help