
August 16th, 2004, 03:30 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Send Object Error
Hello,
I am trying to automate sending emails from Access 200 using Send Object action in VB code,
here's what my code does: On a button click called " Send Email", it executes a query for all records for which emails have to be sent, it loops through each record and sends email for each record. (because the "TO" person could be different)
Now this works fine on my Pentium 3 computer and if I have 5 records, 5 emails are being sent. However when I was testing this on someone else's Pentium 4 computer, it sends only 1 email or no email at all.
Does anyone know if this is related to a system issue or is there another problem?
I greatly appreciate any help int his regards,
Thanks in advance,
Nitya
|