A SendObject problem

  • Thread starter Thread starter ericb
  • Start date Start date
E

ericb

I have this situation, and I don't know what to do with this.

I'm at a point where I can prepare a report and email it, using
DoCmd.SendObject.
All of that works fine.

Now I want to send an order. An order should be composed of some of the
values presented in the report and 2 extra data files ( .STL files) as
attachements in outlook.

At the receiving end, I want to be able to read the values and put them in a
table.
The 2 corresponding data files will be used by another application.

So what I have are 3 objects to send and I can't figure out how to group
them together and send them so I can retrieve them at the other end.

I was thinking of making a TransmissionTable with the values to be sent and
send the table but I don't know what to do with the 2 STL files.

Would someone have a suggestion on how to organize this ?

Thank you for the help
 
Thank you Arvin, it works well and sorry for the tester e-mail

One last one for today,

What should I do so I don't get a warning message from Outlook.

Thank you in advance
 
ericb said:
I have this situation, and I don't know what to do with this.

I'm at a point where I can prepare a report and email it, using
DoCmd.SendObject.
All of that works fine.

Now I want to send an order. An order should be composed of some of the
values presented in the report and 2 extra data files ( .STL files) as
attachements in outlook.

At the receiving end, I want to be able to read the values and put them in
a
table.
The 2 corresponding data files will be used by another application.

So what I have are 3 objects to send and I can't figure out how to group
them together and send them so I can retrieve them at the other end.

I was thinking of making a TransmissionTable with the values to be sent
and
send the table but I don't know what to do with the 2 STL files.

Would someone have a suggestion on how to organize this ?

Thank you for the help
 
Back
Top