cktcPeterson
Member
- Local time
- Today, 13:14
- Joined
- Mar 23, 2022
- Messages
- 74
I have a command button and onclick
I want to email a report and add a message text.
In a macro I can only do 1 line of text. I would like to add a message.
This is part of what I have played with. But only the first line shows up.
=[Parent Name] & “,”
“Congratulations! Knik Tribe is pleased to award” & “ “ & [Student Name] & “with a” & “ “ & [AwardAmount] & “scholarship from the CHOICES Program for the new grant year. This scholarship is effective Nov 1, 2021- Sept 30, 2022. There is a new two-step process when families first apply for the CHOICES Program for this grant year. You have completed the first step of registering & “ “ & [Student Name] & “, in the CHOICES Program.”
Also, I am emailing an attachment of their statement.
Object Type: Report
Object Name: rptStatement
Output: PDF
To: =([Parent Email Address])
Subject: ="CHOICES" & " " & [Student Name] & " Requested Course Approval"
Message Text: This is where I am stuck
Edit Message: Yes
I want to email a report and add a message text.
In a macro I can only do 1 line of text. I would like to add a message.
This is part of what I have played with. But only the first line shows up.
=[Parent Name] & “,”
“Congratulations! Knik Tribe is pleased to award” & “ “ & [Student Name] & “with a” & “ “ & [AwardAmount] & “scholarship from the CHOICES Program for the new grant year. This scholarship is effective Nov 1, 2021- Sept 30, 2022. There is a new two-step process when families first apply for the CHOICES Program for this grant year. You have completed the first step of registering & “ “ & [Student Name] & “, in the CHOICES Program.”
Also, I am emailing an attachment of their statement.
Object Type: Report
Object Name: rptStatement
Output: PDF
To: =([Parent Email Address])
Subject: ="CHOICES" & " " & [Student Name] & " Requested Course Approval"
Message Text: This is where I am stuck
Edit Message: Yes