This is a working program to which I want to add some automated functions.
We receive about 30 text files per day that this program opens, converts to a table, and appends to a 'master' table. The program also reports it's data to the main app screen, letting the user know that file1 had 30 records, file2 had 60 records, etc... Then we use the compiled table in other applications. We then start outlook and type in this data from the fox main screen and send it to the same people, day after day.
What I am wanting to automate is this: Instead of reporting the file quantites to the screen, I'd like to (as a seperate process) have a prg that would analyze the table to see how many records are code1, code2, etc... and email this data to a list of pre-defined recipients. I want all of this to go on without any user interaction, except for actually starting the program, of course.
Thanks,
Mark.