RichO
Registered Yoozer
- Local time
- Yesterday, 21:21
- Joined
- Jan 14, 2004
- Messages
- 1,036
The database I work on has 3 users. Only one of the users has Outlook installed and uses it through Access for emailing information to customers. The other 2 users do not do this and do not have Outlook installed.
The problem I always face is that anytime I copy an updated MDB to the other 2 users there is an error because the Outlook reference is missing and I have to alter some of the VBA to get rid of the Outlook related items.
Is there any better way to handle this, besides installing Outlook on the other 2 computers? Would be nice to have a way to tell Access to ignore Outlook related code. I do have an "If....Then" statement that goes around the Outlook usage if it's not the one specific user that uses Outlook but just the fact that the code exists in the module causes an error even if it doesn't execute.
The problem I always face is that anytime I copy an updated MDB to the other 2 users there is an error because the Outlook reference is missing and I have to alter some of the VBA to get rid of the Outlook related items.
Is there any better way to handle this, besides installing Outlook on the other 2 computers? Would be nice to have a way to tell Access to ignore Outlook related code. I do have an "If....Then" statement that goes around the Outlook usage if it's not the one specific user that uses Outlook but just the fact that the code exists in the module causes an error even if it doesn't execute.