I am building a simple loop that emails everyone in a recordset. If I use docmd.sendobject.... the email sits and waits for me to click send....
If I go with outlook objects... with .display .send etc...
the first iteration is fine, but I receive an error on the second pass. I dont have the code now its at home...but which style works better with a recordset and loop to send an email.
If I go with outlook objects... with .display .send etc...
the first iteration is fine, but I receive an error on the second pass. I dont have the code now its at home...but which style works better with a recordset and loop to send an email.