M
Mike MF
I apologize ahead of time as I know that this question has
been asked and answered in part through out the group, but
I am not sure if my situation is the same as others.
I have a database built on access 2000 with links to open
a specific email form using the createitemfromtemplate
command
Set db = CurrentDb()
Set objoutlook = CreateObject("outlook.application")
Set objoutlookmsg = objoutlook.CreateItemFromTemplate
("c:\pdm\rma.oft")
With Outlook 2000 (and no security patches) I simply get
the macro warning and can enable this to open the form.
In the form, there is a drop-down box to look back to the
database to fill the form with information from the
database based on ticket number.
I have many users and some are now using Office XP/2003
and there are 2 issues now.
1. There is the message from outlook about another
program accessing outlook and would like to disable this.
Keep in mind that the form I am using, while I have it
published as a template in outlook, I am calling it
through the createitemfromtemplate which can only go to
the file system to find the form.
2. The macro's / dropdown field in the form does not work
at all any more. It no longer has the link to the access
database.
If I need to make changes to the database to make this
work, I am hoping that the changes will work for all users
(outlook 2000 and xp).
TIA
Mike
been asked and answered in part through out the group, but
I am not sure if my situation is the same as others.
I have a database built on access 2000 with links to open
a specific email form using the createitemfromtemplate
command
Set db = CurrentDb()
Set objoutlook = CreateObject("outlook.application")
Set objoutlookmsg = objoutlook.CreateItemFromTemplate
("c:\pdm\rma.oft")
With Outlook 2000 (and no security patches) I simply get
the macro warning and can enable this to open the form.
In the form, there is a drop-down box to look back to the
database to fill the form with information from the
database based on ticket number.
I have many users and some are now using Office XP/2003
and there are 2 issues now.
1. There is the message from outlook about another
program accessing outlook and would like to disable this.
Keep in mind that the form I am using, while I have it
published as a template in outlook, I am calling it
through the createitemfromtemplate which can only go to
the file system to find the form.
2. The macro's / dropdown field in the form does not work
at all any more. It no longer has the link to the access
database.
If I need to make changes to the database to make this
work, I am hoping that the changes will work for all users
(outlook 2000 and xp).
TIA
Mike