Gasman
Enthusiastic Amateur
- Local time
- Today, 22:40
- Joined
- Sep 21, 2011
- Messages
- 17,499
MarkK,
I never even tried to compile the DB.
I deleted that module and then tried, but it balked at Dim appOutlook as Outlook.Application.
It was looking for V14, so I removed that as I have V12.
Added Excel references, but it still balked.
I use Outlook.Application in my DBs with no problem.?
Anyway I changed the declaration to object and it did finally compile.
However after logging in with User2, I still get the same error message?
Not to worry, as I have mentioned, I have basic idea on how to implement and yes I agree, best not to have one tab dependent on another.
I never even tried to compile the DB.
I deleted that module and then tried, but it balked at Dim appOutlook as Outlook.Application.
It was looking for V14, so I removed that as I have V12.
Added Excel references, but it still balked.
I use Outlook.Application in my DBs with no problem.?
Anyway I changed the declaration to object and it did finally compile.
However after logging in with User2, I still get the same error message?
Not to worry, as I have mentioned, I have basic idea on how to implement and yes I agree, best not to have one tab dependent on another.