I have a couple of different databases on different networks with facilities to send email from within the Access databases.
Network A.
This database was written in Access 2007, runs under Vista Business and uses Outlook 2007.
Network B.
The database was written in Access 2003 and runs on the network using Windows XP Pro, Access 2003.
Email clients are Thunderbird 2, Outlook 2003 and Eudora email clients (Please don't ask me why).
The email facility worked perfectly to the selected, default email client. This could be Outlook, Thunderbird, Eudora, whatever.
The SendObject code was used: DoCmd.SendObject acSendNoObject, , , varEmail
On Network A the default email client was changed from Outlook 2007 to Thunderbird 2.
On Network B all computers were upgraded to Office 2007.
From that point on, on both networks, Access would ONLY work with Outlook 2007. If Thunderbird was running, Access would try to send the email, a couple of small message boxes popped up for a fraction of a second and Access would report "Not Responding". In the status line at the bottom of the Access window "Calculating..." would be displayed. Outlook could not be started until Access had been aborted.
I have read FAQ's and forums until my eyes hurt.
Does anyone have a solution?
Using an SMTP solution, whilst feasible, is not a preferred option.
Network A.
This database was written in Access 2007, runs under Vista Business and uses Outlook 2007.
Network B.
The database was written in Access 2003 and runs on the network using Windows XP Pro, Access 2003.
Email clients are Thunderbird 2, Outlook 2003 and Eudora email clients (Please don't ask me why).
The email facility worked perfectly to the selected, default email client. This could be Outlook, Thunderbird, Eudora, whatever.
The SendObject code was used: DoCmd.SendObject acSendNoObject, , , varEmail
On Network A the default email client was changed from Outlook 2007 to Thunderbird 2.
On Network B all computers were upgraded to Office 2007.
From that point on, on both networks, Access would ONLY work with Outlook 2007. If Thunderbird was running, Access would try to send the email, a couple of small message boxes popped up for a fraction of a second and Access would report "Not Responding". In the status line at the bottom of the Access window "Calculating..." would be displayed. Outlook could not be started until Access had been aborted.
I have read FAQ's and forums until my eyes hurt.
Does anyone have a solution?
Using an SMTP solution, whilst feasible, is not a preferred option.