I have a job which is run (which I have no control over) which creates several .dbf files, and places them in a folder named after the job number.
I have a MDB which creates reports based on these files. what I currently do is
open the database
drop all the tables
import all the tables (always have the same names, and are in the same folder)
export the report to the folder
then I move on to the next folder and repeat.
I want to make this as automated as possible.
thanks
Kevcri
I have a MDB which creates reports based on these files. what I currently do is
open the database
drop all the tables
import all the tables (always have the same names, and are in the same folder)
export the report to the folder
then I move on to the next folder and repeat.
I want to make this as automated as possible.
thanks
Kevcri