doulostheou
Registered User.
- Local time
- Today, 01:12
- Joined
- Feb 8, 2002
- Messages
- 314
I have looked at several threads that turned up through the search feature, but I have never been able to figure out how to interface Access with Lotus. We use Access 97 and Lotus 4.51. I tried using a bit of code that seemed promising, but I keep getting an error message "ActiveX component can't create object" when it gets to this line:
All I want is to be able to create a button which a user can click on to send a Lotus Note. I've been able to do this very easily with Outlook, but Lotus has been giving me nothing but problems.
Any help would be appreciated.
Code:
Set s = CreateObject("NOTES.notesSession")
Any help would be appreciated.