M
Martyn Ryder
I need to set a criterioa so that I only send the current page the record is
on as an email. I can do this with a printed report but not with a SendObject
click button what is the visual basic code I should use. For a printed report
on the current page I use the follwoing commands but they do not work with a
Send report can someone help please Thanks Martyn
DoCmd.SendObject acReport, stDocName, acSendReport, , "[OrderID] = " &
Me!OrderID
on as an email. I can do this with a printed report but not with a SendObject
click button what is the visual basic code I should use. For a printed report
on the current page I use the follwoing commands but they do not work with a
Send report can someone help please Thanks Martyn
DoCmd.SendObject acReport, stDocName, acSendReport, , "[OrderID] = " &
Me!OrderID