Related Case No

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hello:

How do I show the current Case No that is on the screen at
the time, in the body of the e-mail when I send it from a
button within the same screen.

Thanks in advance,

Dan
 
Sorry! And how do I update the status to closed and the
close date to today's date for the same current record??

Thank you very much!

Dan
 
If you're using a command button that is using the
SendObject action you can add it to the options for the
action.

DoCmd.SendObject acReport, "ReportName", "RichTextFormat
(*.rtf)", "RecipientName", "", "", "SubjectLine", Forms!
YourFormName!ControlNameContainingCaseNumber, False, ""
 
Back
Top