The Subject argument of SendObject can be a string like...
DoCmd.SendObject , , , "
[email protected]", , , "This is the Subject"
entered directly into the SendObject argument...
or it can be a text control value like [MySubjectText]
Check out SendObject in Help
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
I am using the SendObject function. So I can use the area of the code
for
subject to pull data from the fields I specify within the current code?
Or
am
I going to have to write a bunch more.
Thanks,
Bradley
:
I have pieced together code to print preview and email a report for
the
record that is currently open in the form.
What code?
If you're using the SendObject function, then utilize the "Subject"
argument.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
I have pieced together code to print preview and email a report for
the
record that is currently open in the form. Now my boss wants some
of
the
data to show up in the subject line automatically. Any ideas?