Linking csv files dynamically

J

JShrimps, Jr.

We have hundreds of .csv files being transmitted nightly to our servers.
I have Dev Ashish's code to re-link external tables upon opening the
database.
I would like to modify Dev's code so that any new files added to the
server would "automatically" be linked - and then relinked every
day thereafter - to the database.
What is the best way to do that. I'm think of putting the code behind
a form that opens when the database opens.
 
Top