Start my Outlook from a server

Status
Not open for further replies.
N

Nan Hauser

I have a database that generates an email for sending out orders. The

database was originally located on my computer and worked just fine. It has

now been moved to a server. The CreateObject("Outlook.application") in the

VB code of the database opens Outlook on the server. Is there any way to

make it open Outlook on the computer of whoever is accessing the database?

Thanks.
 
Not only can Outlook only be run locally on that machine, but Outlook is not

suitable for running unattended or for unattended automation. Outlook shows

modal warnings and errors that require UI intervention.

"Nan Hauser" <NanHauser> wrote in message

news:CD480D1C-C71A-444E-8786-B60B7F088FF0@microsoft.com...
> I have a database that generates an email for sending out orders. The
> database was originally located on my computer and worked just fine. It
> has
> now been moved to a server. The CreateObject("Outlook.application") in
> the
> VB code of the database opens Outlook on the server. Is there any way to
> make it open Outlook on the computer of whoever is accessing the database?
> Thanks.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
O Outlook 365 - Gmail and Outlook: how to force Outlook to start up in Gmail? Using Outlook 2
N Multiple instances of Outlook on Start Menu Using Outlook 2
P Automate Outlook Start - No Active Explorer Object Found Using Outlook 10
P Outlook 2016 won't Start Using Outlook 3
M Outlook 2013 fails to start -- missing WindowsCodecs.dll error Using Outlook 3
O Outlook 2016 crashes at start Using Outlook 14
Diane Poremsky Cannot start Microsoft Office Outlook Error Message Using Outlook 0
V Cannot start Outlook. Cannot open the Outlook window. Using Outlook 8
M Cannot start MS Office Outlook Cannot open the Outlook window Using Outlook 2
E Searching a Shared Outlook Mailbox from the start menu? Using Outlook 4
M Clipboard Manager Not showing in Outlook 2010 on Start Using Outlook 8
L Outlook 2007 does not start with Apple iCloud-Add-In activated Using Outlook 2
D How do I start completely from scratch in setting up Outlook 2013? Using Outlook 6
P Outlook 2010 fails to start after icloud update Using Outlook 3
G Cannot start Microsoft Outlook Using Outlook 1
M I cannot start Microsoft Outlook 2013 directly opening a .eml message Using Outlook 1
H Outlook 2010: Cannot start!, please help me! Using Outlook 3
M Outlook wont start Using Outlook 1
E cannot start Microsoft Office Outlook. Cannot open the Outlook Window. Using Outlook 1
J Outlook 2010 won't start in Win 7 Using Outlook 4
S Cannot start Microsoft Office Outlook. Cannot open the Outlook window. The set of folders cannot be Using Outlook 3
S __Cannot start Microsoft Office Outlook. Cannot initialize Microsoft Office shared utilities.____ Using Outlook 4
Q I cannot start Outlook 2007 I keep getting this error: __'Cannot start outlook window. Invalid XML,the view cannot be loaded.' Using Outlook 3
T Cannot Start MS Office Outlook - Cannot open office window BCM (Business Contact Manager) 1
M Phone Message form in outlook 2007. How to start? Outlook VBA and Custom Forms 2
J outlook fails to start then problem with business contact manager BCM (Business Contact Manager) 1
W BCM and Outlook problem ( BCM fails to start) BCM (Business Contact Manager) 1
T Trying to start Outlook from VBA or VBS not working. Outlook VBA and Custom Forms 4
A Retrieving work week (start/end times) from outlook with VBA Outlook VBA and Custom Forms 5
Fozzie Bear Calendar Events created on iPhone have suddenly start sending invitations to attendees Using Outlook 2
D Unable to change AppointmentItem.Start property Outlook VBA and Custom Forms 4
R unable to filter tasks when start date is on or before today Using Outlook 3
S Change "This Week" flag start date behavior Using Outlook 1
Witzker HowTo start a macro with an Button in OL contact form Outlook VBA and Custom Forms 12
W Recurrence: delete older occurrences / change earliest start time Outlook VBA and Custom Forms 0
V Change start time based on message duration Outlook VBA and Custom Forms 2
A End-time meeting reminder (or "negative" time relative to the meeting start time) Using Outlook 1
S Calendar loops when clicking on calendar link to start it Using Outlook 1
L set task reminder date to same as start date (without affecting due date) Using Outlook 0
A BCM crashes immediately after start BCM (Business Contact Manager) 2
Thorsten show the correct calendar on start Outlook VBA and Custom Forms 5
R Default Start time for Private Appointment Using Outlook 4
njs27 Start date of occurrence same as PatternStartDate Outlook VBA and Custom Forms 6
S Using "start application" rule action Using Outlook 2
A BCM does not start correctly BCM (Business Contact Manager) 10
V How can I start a NEW PST file without loosing my contacts & other data Using Outlook 3
C Monday Start Monthly Template Using Outlook 0
L Change length of appointment start time Using Outlook 2
E Adding Start and End Time to Daily View in Calendar Printing assistant Using Outlook 1
D Task Start and Due Dates Using Outlook 3

Similar threads

Back
Top