A
ADB_Seeker
I am using Send Object to send an email and want to put a unique number in
the subject line. I saw a post from 2006 that gave a suggestion to put the
following code in the subject line, but it isn't working for me. I changed
UniqueNumber to the control source that I want included (EO NUMBER). Please
help.
Suggested Code:
="Blabla " & [UniqueNumber] & " bla"
Following is the VB code in my SendObject. I didn't need more text after the
unique number so I put a space.
DoCmd.SendObject acSendNoObject, To:=Me.email, , ,"ER REQUEST APPROVED-EO
NUMBER IS & [EO Number] & "
Thanks in advance for your help.
the subject line. I saw a post from 2006 that gave a suggestion to put the
following code in the subject line, but it isn't working for me. I changed
UniqueNumber to the control source that I want included (EO NUMBER). Please
help.
Suggested Code:
="Blabla " & [UniqueNumber] & " bla"
Following is the VB code in my SendObject. I didn't need more text after the
unique number so I put a space.
DoCmd.SendObject acSendNoObject, To:=Me.email, , ,"ER REQUEST APPROVED-EO
NUMBER IS & [EO Number] & "
Thanks in advance for your help.