TheresAlwaysAWay
Programmer
I have an Access 2007 system with 20 users, SQL Server 2012, and I have a routine currently working which does many different functions and ultimately sends an email. The email is generated and displayed on screen, and it is set up to manually click send.
I want to open and populate a second email, also set up to manually send. Basically I want to see two pending emails open. I would click send on each individually.
I have the code set up to populate one, but when the code for the second email runs it simply repopulates the open mail with the new information instead of actually opening the second mail.
It wouldn't matter to me if email 1 opened, then I'd click send, and then email 2 would open and again click send. I am struggling with trying to get two independent mails to run and I'm hopeful someone can help.
As always, thanks in advance.
I want to open and populate a second email, also set up to manually send. Basically I want to see two pending emails open. I would click send on each individually.
I have the code set up to populate one, but when the code for the second email runs it simply repopulates the open mail with the new information instead of actually opening the second mail.
It wouldn't matter to me if email 1 opened, then I'd click send, and then email 2 would open and again click send. I am struggling with trying to get two independent mails to run and I'm hopeful someone can help.
As always, thanks in advance.