Noreene Patrick
Registered User.
- Local time
- Today, 01:15
- Joined
- Jul 18, 2002
- Messages
- 223
I am working with a database that Safety Director needs to track work orders. She only wants an email every time a new work order is generated.
I already have acquired the vb code to open lotus notes and send attachment.
My problem is that it sends the entire database...this is the line of code that I am not sure of:
set embedobj = attachme.embedobject(1454,"", attachment, "c:\mydocuments.work order.mdb"
I know that I am telling it to send that entire database, but what would the code be for sending the current form?
Something like c:\my documents\work order\work order entry\current ????
Could someone help???
Thanks, Noreene
I already have acquired the vb code to open lotus notes and send attachment.
My problem is that it sends the entire database...this is the line of code that I am not sure of:
set embedobj = attachme.embedobject(1454,"", attachment, "c:\mydocuments.work order.mdb"
I know that I am telling it to send that entire database, but what would the code be for sending the current form?
Something like c:\my documents\work order\work order entry\current ????
Could someone help???
Thanks, Noreene