ballbearing
Technical User
Hello again!
Simple question:
Using code such as
stDocName = "DetailedSummary"
DoCmd.SendObject acReport, stDocName, acFormatHTML, Form_OutstandingBalance.Email, , , "Service Statement"
This particular report creates 2 pages but I only want to send the first page. How can I limit the email to just the 1st page?
Gawd I love this Access stuff..too bad I don't know what I'm doing.
Simple question:
Using code such as
stDocName = "DetailedSummary"
DoCmd.SendObject acReport, stDocName, acFormatHTML, Form_OutstandingBalance.Email, , , "Service Statement"
This particular report creates 2 pages but I only want to send the first page. How can I limit the email to just the 1st page?
Gawd I love this Access stuff..too bad I don't know what I'm doing.