G Guest Mar 5, 2007 #1 How do I add a field from the report/form to the subject line of a send macro?
S Steve Schapel Mar 5, 2007 #2 Zburnsie, You can't refer to the value of a report field. You can with a control on the current record of an open form, though. Set the Subject argument of the SendObject action like this... ="blabla" & [NameOfField] & " something else"
Zburnsie, You can't refer to the value of a report field. You can with a control on the current record of an open form, though. Set the Subject argument of the SendObject action like this... ="blabla" & [NameOfField] & " something else"