Can't send msg from MS Access

  • Thread starter Thread starter SAG
  • Start date Start date
S

SAG

I can send an Email msg fine when creating it and sending
it from the Outlook interface. When I attempt to send a
MS Access 2000 report by: File/Send to/ Mail recipient(as
attachement)/Snapshopt format/OK/Profile Name:Outlook
Interent settings/OK. The Outlook Interface comes up and
looks normal. When I click on Send nothing happens. I
tried a different addressee and still nothing. What is
the problem???

Steve
 
Is Outlook open? What version?

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to the
Swen virus, all e-mails sent to my actual account will be deleted w/out
reading.

After searching google.groups.com and finding no answer
SAG <[email protected]> asked:

| I can send an Email msg fine when creating it and sending
| it from the Outlook interface. When I attempt to send a
| MS Access 2000 report by: File/Send to/ Mail recipient(as
| attachement)/Snapshopt format/OK/Profile Name:Outlook
| Interent settings/OK. The Outlook Interface comes up and
| looks normal. When I click on Send nothing happens. I
| tried a different addressee and still nothing. What is
| the problem???
|
| Steve
 
Yes. Outlook version 2002 (all service packs loaded)
is open. I use the following code to create a message
with an attachment: DoCmd.SendObject acReport, "Monday
Chores", "SnapshotFormat(*.snp)", EAddress, , , "Chores
Test", "Check out attached Report"

Everything looks great and ready to go but when I click on
send nothing happens! Thanks for replying so quickly.

Steve
 
Please don't forget about me. I need this help!

Steve
-----Original Message-----
Yes. Outlook version 2002 (all service packs loaded)
is open. I use the following code to create a message
with an attachment: DoCmd.SendObject acReport, "Monday
Chores", "SnapshotFormat(*.snp)", EAddress, , , "Chores
Test", "Check out attached Report"

Everything looks great and ready to go but when I click on
send nothing happens! Thanks for replying so quickly.

Steve

-----Original Message-----
Is Outlook open? What version?

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to the
Swen virus, all e-mails sent to my actual account will
be
deleted w/out
reading.

After searching google.groups.com and finding no answer
SAG <[email protected]> asked:

| I can send an Email msg fine when creating it and sending
| it from the Outlook interface. When I attempt to send a
| MS Access 2000 report by: File/Send to/ Mail recipient (as
| attachement)/Snapshopt format/OK/Profile Name:Outlook
| Interent settings/OK. The Outlook Interface comes up and
| looks normal. When I click on Send nothing happens. I
| tried a different addressee and still nothing. What is
| the problem???
|
| Steve


.
.
 
Never mind your help. I got some great help from Tek
Tips!!!!!!!

I want to share what I learned with all my cyber friends.
I just need to to add an additional agrument. The line of
code needed 'False' for the EditMessage argument!!

Steve
-----Original Message-----
Please don't forget about me. I need this help!

Steve
-----Original Message-----
Yes. Outlook version 2002 (all service packs loaded)
is open. I use the following code to create a message
with an attachment: DoCmd.SendObject acReport, "Monday
Chores", "SnapshotFormat(*.snp)", EAddress, , , "Chores
Test", "Check out attached Report"

Everything looks great and ready to go but when I click on
send nothing happens! Thanks for replying so quickly.

Steve

-----Original Message-----
Is Outlook open? What version?

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to the
Swen virus, all e-mails sent to my actual account will
be
deleted w/out
reading.

After searching google.groups.com and finding no answer
SAG <[email protected]> asked:

| I can send an Email msg fine when creating it and sending
| it from the Outlook interface. When I attempt to
send
a
recipient
(as
.
.
 
Back
Top