Can someone please, help me with following.
I had created serious of Reports and now one person suppose to run them for all and save in pdf format and send out and it takes about 3 hours.
I remember I use to write code that was reading recordset with names and printing each Report witht he name of the recipient and saving it in a given directory.
I think it is 3 functions.
Looping trough Rs and Saving with given name
Printing to a pdf...
Can you please, help me with a loop idea - is it do while or some other loop?
I think I use to have
i+1 as a counter and than do while loop
Thanks
I had created serious of Reports and now one person suppose to run them for all and save in pdf format and send out and it takes about 3 hours.
I remember I use to write code that was reading recordset with names and printing each Report witht he name of the recipient and saving it in a given directory.
I think it is 3 functions.
Looping trough Rs and Saving with given name
Printing to a pdf...
Can you please, help me with a loop idea - is it do while or some other loop?
I think I use to have
i+1 as a counter and than do while loop
Thanks