C
Chey
I have a datasheet with Travelers and there travel number. I have a checkbox
when the travel has been approved. I also have each travelers email addy
attached with there name
When the check box is checked, on close I would like it to send out an email
to that traveler stateing
Pam,
Your travel to Homer on January 30, 2006 has been approved.
Have a nice trip.
I wouold like the TA Number in the subject line
I have a field for Destination-Homer, Date leave- January 30, 2006 and TA
Number-TA Number. I found
DoCmd.SendObject acSendNoObject, , , To:=, Subject:=[TA Number],
MessageText:=["Dear " & [FirstName] & ": " & vbcrlf & "Your travel to " &
[Destination] &
" on " & [Date Leave], EditMessage:=True
End Sub
When I put this in under on close I get confussed on where to intergrade the
check box.
Can someone please help me?
when the travel has been approved. I also have each travelers email addy
attached with there name
When the check box is checked, on close I would like it to send out an email
to that traveler stateing
Pam,
Your travel to Homer on January 30, 2006 has been approved.
Have a nice trip.
I wouold like the TA Number in the subject line
I have a field for Destination-Homer, Date leave- January 30, 2006 and TA
Number-TA Number. I found
DoCmd.SendObject acSendNoObject, , , To:=, Subject:=[TA Number],
MessageText:=["Dear " & [FirstName] & ": " & vbcrlf & "Your travel to " &
[Destination] &
" on " & [Date Leave], EditMessage:=True
End Sub
When I put this in under on close I get confussed on where to intergrade the
check box.
Can someone please help me?