tedmillerx
Programmer
I've got a sales analysis database used for outputting several report snapshots. It makes a snapshot for each of 25 sales reps (the report is actually a combination of 12 subreports--fed by several hundred thousand records).
Right now I select each rep (Kathy W for example) from a drop down menu on a form, then fire off a macro to output the results into a file called Kathy_W.snp.
As you can imagine, after running this for 25 reps the better part of a day is used up. I'm a great form/report designer, but I'm not much of a programmer. Can somebody come up with some code so that I can hit one button and I can leave my computer for several hours to process all the sales rep snapshots without user involvement?
Right now I select each rep (Kathy W for example) from a drop down menu on a form, then fire off a macro to output the results into a file called Kathy_W.snp.
As you can imagine, after running this for 25 reps the better part of a day is used up. I'm a great form/report designer, but I'm not much of a programmer. Can somebody come up with some code so that I can hit one button and I can leave my computer for several hours to process all the sales rep snapshots without user involvement?