I have been reading and searching for a bit and found a few threads that kinda make sense. However they are based pretty much towards 2003 and 2007 and im trying to make something work in 2010.
Basically I have a couple simple tables and reports.
Table1: Company Data, Office # Names address's phone e-mail so on and so forth
Table2: Commissions table, Office # projects commission %'s and so on
Table3: Raw sales data, Office # Project date $amount
i have a report currently generated that groups by office number and summarizes and calculates commissions and sales data based on a given date range. This works all fine and dandy. What im trying to accomplish is: This report generates a single page for each group(office#) all balled into one document so page one is office1 page 2 is office2 so on and so forth. I want to be able to somehow send just page1 of this report to the e-mail address or address's to the corresponding office# And so on down the list.
Im by far a vba expert more like a vba noob. I learn by example and can usually manipulate something to make it work but writing raw code just isnt in my vocabulary for some reason. I have fiddled with the code snippets i have seen for 03 and 07 and am failing miserably so if anyone could lend a hand or some snippets i could manipulate to work with some explanations that would be great.
Thanks
Basically I have a couple simple tables and reports.
Table1: Company Data, Office # Names address's phone e-mail so on and so forth
Table2: Commissions table, Office # projects commission %'s and so on
Table3: Raw sales data, Office # Project date $amount
i have a report currently generated that groups by office number and summarizes and calculates commissions and sales data based on a given date range. This works all fine and dandy. What im trying to accomplish is: This report generates a single page for each group(office#) all balled into one document so page one is office1 page 2 is office2 so on and so forth. I want to be able to somehow send just page1 of this report to the e-mail address or address's to the corresponding office# And so on down the list.
Im by far a vba expert more like a vba noob. I learn by example and can usually manipulate something to make it work but writing raw code just isnt in my vocabulary for some reason. I have fiddled with the code snippets i have seen for 03 and 07 and am failing miserably so if anyone could lend a hand or some snippets i could manipulate to work with some explanations that would be great.
Thanks